diagram | ![]() |
||||||||||||||||||||||||||||
type | extension of rootType | ||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||
source | <xs:complexType name="LayerHeaderType" abstract="false"> <xs:annotation> <xs:appinfo>The identification of the additional information layer number, layer-specific information, and the length of the layer. Section 6.2.51 </xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="rootType"> <xs:attribute name="layerNumber" type="xs:unsignedByte"/> <xs:attribute name="layerSpecificInformation" type="xs:unsignedByte"> <xs:annotation> <xs:appinfo>field shall specify layer-specific information that varies by System Type (see 6.2.86) and Layer Number. </xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="length" type="xs:unsignedShort"> <xs:annotation> <xs:appinfo>This field shall specify the length in octets of the layer, including the Layer Header record </xs:appinfo> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> <!--abstract='false' base='rootType'--> </xs:complexType> |
type | xs:unsignedByte |
source | <xs:attribute name="layerNumber" type="xs:unsignedByte"/> |
type | xs:unsignedByte | ||
annotation |
|
||
source | <xs:attribute name="layerSpecificInformation" type="xs:unsignedByte"> <xs:annotation> <xs:appinfo>field shall specify layer-specific information that varies by System Type (see 6.2.86) and Layer Number. </xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:unsignedShort | ||
annotation |
|
||
source | <xs:attribute name="length" type="xs:unsignedShort"> <xs:annotation> <xs:appinfo>This field shall specify the length in octets of the layer, including the Layer Header record </xs:appinfo> </xs:annotation> </xs:attribute> |