diagram | ![]() |
||||||||||||||||||||||
type | extension of rootType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
used by | |||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:complexType name="FixedDatumType" abstract="false"> <xs:annotation> <xs:appinfo>Fixed Datum Record. Section 6.2.37</xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="rootType"> <xs:attribute name="fixedDatumID" type="xs:string"> <xs:annotation> <xs:appinfo>ID of the fixed datum, an enumeration (SISO enumeration VariableRecordType uid 66 Variable Record Type values are defined by VariableRecordType enumerations) </xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="fixedDatumValue" type="xs:unsignedLong"> <xs:annotation> <xs:appinfo>Value for the fixed datum</xs:appinfo> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> <!--abstract='false' base='rootType'--> </xs:complexType> |
type | xs:string | ||
annotation |
|
||
source | <xs:attribute name="fixedDatumID" type="xs:string"> <xs:annotation> <xs:appinfo>ID of the fixed datum, an enumeration (SISO enumeration VariableRecordType uid 66 Variable Record Type values are defined by VariableRecordType enumerations) </xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:unsignedLong | ||
annotation |
|
||
source | <xs:attribute name="fixedDatumValue" type="xs:unsignedLong"> <xs:annotation> <xs:appinfo>Value for the fixed datum</xs:appinfo> </xs:annotation> </xs:attribute> |