diagram | |||||||||||||
namespace | urn:oasis:names:tc:ciq:xsdschema:xAL:2.0 | ||||||||||||
children | AddressLine MailStopName MailStopNumber | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <complexType name="MailStopType"> <sequence> <element ref="AddressLine" minOccurs="0" maxOccurs="unbounded"/> <element name="MailStopName" minOccurs="0"> <annotation> <documentation>Name of the the Mail Stop. eg. MSP, MS, etc</documentation> </annotation> <complexType mixed="true"> <attribute name="Type"/> <attributeGroup ref="grPostal"/> <anyAttribute namespace="##other"/> </complexType> </element> <element name="MailStopNumber" minOccurs="0"> <annotation> <documentation>Number of the Mail stop. eg. 123 in MS 123</documentation> </annotation> <complexType mixed="true"> <attribute name="NameNumberSeparator"> <annotation> <documentation>"-" in MS-123</documentation> </annotation> </attribute> <attributeGroup ref="grPostal"/> <anyAttribute namespace="##other"/> </complexType> </element> <any namespace="##other" minOccurs="0" maxOccurs="unbounded"/> </sequence> <attribute name="Type"/> <anyAttribute namespace="##other"/> </complexType> |
source | <attribute name="Type"/> |
diagram | |||||||||||||||||||||
namespace | urn:oasis:names:tc:ciq:xsdschema:xAL:2.0 | ||||||||||||||||||||
properties |
|
||||||||||||||||||||
attributes |
|
||||||||||||||||||||
annotation |
|
||||||||||||||||||||
source | <element name="MailStopName" minOccurs="0"> <annotation> <documentation>Name of the the Mail Stop. eg. MSP, MS, etc</documentation> </annotation> <complexType mixed="true"> <attribute name="Type"/> <attributeGroup ref="grPostal"/> <anyAttribute namespace="##other"/> </complexType> </element> |
source | <attribute name="Type"/> |
diagram | |||||||||||||||||||||||
namespace | urn:oasis:names:tc:ciq:xsdschema:xAL:2.0 | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <element name="MailStopNumber" minOccurs="0"> <annotation> <documentation>Number of the Mail stop. eg. 123 in MS 123</documentation> </annotation> <complexType mixed="true"> <attribute name="NameNumberSeparator"> <annotation> <documentation>"-" in MS-123</documentation> </annotation> </attribute> <attributeGroup ref="grPostal"/> <anyAttribute namespace="##other"/> </complexType> </element> |
annotation |
|
||
source | <attribute name="NameNumberSeparator"> <annotation> <documentation>"-" in MS-123</documentation> </annotation> </attribute> |