diagram | ![]() |
||||||||||||||||||||||||||||||||||||||
type | extension of rootType | ||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="AttributeType" abstract="false"> <xs:annotation> <xs:appinfo>Used to convey information for one or more attributes. Attributes conform to the standard variable record format of 6.2.82. Section 6.2.10. (length of list found in field recordLength) </xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="rootType"> <xs:attribute name="recordType" type="xs:unsignedLong"> <xs:annotation> <xs:appinfo>The record type for this attribute. Enumeration</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="recordLength" type="xs:unsignedShort"> <xs:annotation> <xs:appinfo>Total length of the record in octets, including padding. The record shall end on a 64-bit boundary after any padding. = 6 + K + P </xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="recordSpecificFields"> <xs:annotation> <xs:appinfo>The attribute data format conforming to that specified by the record type. K bytes long (length of list found in field recordLength) </xs:appinfo> </xs:annotation> <xs:simpleType> <xs:annotation> <xs:appinfo>Attribute recordLength determines the length of this list.</xs:appinfo> </xs:annotation> <xs:restriction> <xs:simpleType> <xs:list itemType="xs:unsignedByte"/> </xs:simpleType> <xs:length value="0" fixed="false"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="padding" type="xs:unsignedInt"> <xs:annotation> <xs:appinfo>zero-filled array of padding bits for byte alignment and consistent sizing of PDU data </xs:appinfo> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> <!--abstract='false' base='rootType'--> </xs:complexType> |
type | xs:unsignedLong | ||
annotation |
|
||
source | <xs:attribute name="recordType" type="xs:unsignedLong"> <xs:annotation> <xs:appinfo>The record type for this attribute. Enumeration</xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:unsignedShort | ||
annotation |
|
||
source | <xs:attribute name="recordLength" type="xs:unsignedShort"> <xs:annotation> <xs:appinfo>Total length of the record in octets, including padding. The record shall end on a 64-bit boundary after any padding. = 6 + K + P </xs:appinfo> </xs:annotation> </xs:attribute> |
type | restriction of (list of xs:unsignedByte) | ||||||
facets |
|
||||||
annotation |
|
||||||
source | <xs:attribute name="recordSpecificFields"> <xs:annotation> <xs:appinfo>The attribute data format conforming to that specified by the record type. K bytes long (length of list found in field recordLength) </xs:appinfo> </xs:annotation> <xs:simpleType> <xs:annotation> <xs:appinfo>Attribute recordLength determines the length of this list.</xs:appinfo> </xs:annotation> <xs:restriction> <xs:simpleType> <xs:list itemType="xs:unsignedByte"/> </xs:simpleType> <xs:length value="0" fixed="false"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
type | xs:unsignedInt | ||
annotation |
|
||
source | <xs:attribute name="padding" type="xs:unsignedInt"> <xs:annotation> <xs:appinfo>zero-filled array of padding bits for byte alignment and consistent sizing of PDU data </xs:appinfo> </xs:annotation> </xs:attribute> |