diagram | ![]() |
||||||||||||||||||||||||||||||
type | extension of rootType | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <xs:complexType name="IntercomIdentifierType" abstract="false"> <xs:annotation> <xs:appinfo>Unique designation of an attached or unattached intercom in an event or exercirse. Section 6.2.48 </xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="rootType"> <xs:attribute name="siteNumber" type="xs:unsignedShort"/> <xs:attribute name="applicationNumber" type="xs:unsignedShort"/> <xs:attribute name="referenceNumber" type="xs:unsignedShort"/> <xs:attribute name="intercomNumber" type="xs:unsignedShort"/> </xs:extension> </xs:complexContent> <!--abstract='false' base='rootType'--> </xs:complexType> |
type | xs:unsignedShort |
source | <xs:attribute name="siteNumber" type="xs:unsignedShort"/> |
type | xs:unsignedShort |
source | <xs:attribute name="applicationNumber" type="xs:unsignedShort"/> |
type | xs:unsignedShort |
source | <xs:attribute name="referenceNumber" type="xs:unsignedShort"/> |
type | xs:unsignedShort |
source | <xs:attribute name="intercomNumber" type="xs:unsignedShort"/> |