xal:Department
Subdivision in the firm: School of Physics at Victoria University (School of Physics is the department)
Element information
Namespace: urn:oasis:names:tc:ciq:xsdschema:xAL:2.0
Schema document: xAL.xsd
Type: Anonymous
Properties: Global, Qualified
Content
- Sequence [1..1]
- xal:AddressLine [0..*] Free format address representation. An address can have more than one line. The order of the AddressLine elements must be preserved.
- xal:DepartmentName [0..*] Specification of the name of a department.
- xal:MailStop [0..1] A MailStop is where the the mail is delivered to within a premise/subpremise/firm or a facility.
- xal:PostalCode [0..1] PostalCode is the container element for either simple or complex (extended) postal codes. Type: Area Code, Postcode, etc.
- Any element [0..*] Namespace: ##other, Process Contents: strict
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
Type | [0..1] | xsd:anySimpleType | School in Physics School, Division in Radiology division of school of physics | |
Any attribute | [0..*] | Namespace: ##other, Process Contents: strict |
Used in
- Type xal:LargeMailUserType (Element xal:LargeMailUser)
- Type xal:FirmType (Elements xal:Firm, xal:Firm)
Sample instance
<xal:Department> <xal:AddressLine>Any text</xal:AddressLine> <xal:DepartmentName>Any text</xal:DepartmentName> <xal:MailStop> <xal:AddressLine>Any text</xal:AddressLine> <xal:MailStopName>Any text</xal:MailStopName> <xal:MailStopNumber>Any text</xal:MailStopNumber> <!--any element--> </xal:MailStop> <xal:PostalCode> <xal:AddressLine>Any text</xal:AddressLine> <xal:PostalCodeNumber>Any text</xal:PostalCodeNumber> <xal:PostalCodeNumberExtension>Any text</xal:PostalCodeNumberExtension> <xal:PostTown> <xal:AddressLine>Any text</xal:AddressLine> <xal:PostTownName>Any text</xal:PostTownName> <xal:PostTownSuffix>Any text</xal:PostTownSuffix> </xal:PostTown> <!--any element--> </xal:PostalCode> <!--any element--> </xal:Department>