diagram | |||||||||||||
namespace | urn:oasis:names:tc:ciq:xsdschema:xAL:2.0 | ||||||||||||
children | AddressLine FirmName Department MailStop PostalCode | ||||||||||||
used by |
|
||||||||||||
attributes |
|
||||||||||||
source | <complexType name="FirmType"> <sequence> <element ref="AddressLine" minOccurs="0" maxOccurs="unbounded"/> <element name="FirmName" minOccurs="0" maxOccurs="unbounded"> <annotation> <documentation>Name of the firm</documentation> </annotation> <complexType mixed="true"> <attribute name="Type"/> <attributeGroup ref="grPostal"/> <anyAttribute namespace="##other"/> </complexType> </element> <element ref="Department" minOccurs="0" maxOccurs="unbounded"/> <element name="MailStop" type="MailStopType" minOccurs="0"> <annotation> <documentation>A MailStop is where the the mail is delivered to within a premise/subpremise/firm or a facility.</documentation> </annotation> </element> <element ref="PostalCode" minOccurs="0"/> <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="FirmName" minOccurs="0" maxOccurs="unbounded"> <annotation> <documentation>Name of the firm</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 | ||||||||||||
type | MailStopType | ||||||||||||
properties |
|
||||||||||||
children | AddressLine MailStopName MailStopNumber | ||||||||||||
attributes |
|
||||||||||||
annotation |
|
||||||||||||
source | <element name="MailStop" type="MailStopType" minOccurs="0"> <annotation> <documentation>A MailStop is where the the mail is delivered to within a premise/subpremise/firm or a facility.</documentation> </annotation> </element> |