xal:MailStop
A MailStop is where the the mail is delivered to within a premise/subpremise/firm or a facility.
Element information
Namespace: urn:oasis:names:tc:ciq:xsdschema:xAL:2.0
Schema document: xAL.xsd
Type: xal:MailStopType
Properties: Local, 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:MailStopName [0..1] Name of the the Mail Stop. eg. MSP, MS, etc
- xal:MailStopNumber [0..1] Number of the Mail stop. eg. 123 in MS 123
- Any element [0..*] Namespace: ##other, Process Contents: strict
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
Type | [0..1] | xsd:anySimpleType | ||
Any attribute | [0..*] | Namespace: ##other, Process Contents: strict |
Used in
- Anonymous type of element xal:Department
- Anonymous type of element xal:Premise
- Type xal:FirmType (Elements xal:Firm, xal:Firm)
- Type xal:SubPremiseType (Elements xal:SubPremise, xal:SubPremise)
Sample instance
<xal:MailStop> <xal:AddressLine>Any text</xal:AddressLine> <xal:MailStopName>Any text</xal:MailStopName> <xal:MailStopNumber>Any text</xal:MailStopNumber> <!--any element--> </xal:MailStop>