diagram | ![]() |
||||||||||||||||||||||||||||||||||||||
type | extension of rootType | ||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="DataQueryDatumSpecificationType" abstract="false"> <xs:annotation> <xs:appinfo>List of fixed and variable datum records. Section 6.2.17 (length of list found in field numberOfFixedDatums numberOfVariableDatums) </xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="rootType"> <xs:attribute name="numberOfFixedDatums" type="xs:unsignedLong"> <xs:annotation> <xs:appinfo>Number of fixed datums</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="numberOfVariableDatums" type="xs:unsignedLong"> <xs:annotation> <xs:appinfo>Number of variable datums</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="fixedDatumIDList"> <xs:annotation> <xs:appinfo>variable length list fixed datum IDs (length of list found in field numberOfFixedDatums)</xs:appinfo> </xs:annotation> <xs:simpleType> <xs:annotation> <xs:appinfo>Attribute numberOfFixedDatums determines the length of this list.</xs:appinfo> </xs:annotation> <xs:list itemType="xs:unsignedInt"/> </xs:simpleType> </xs:attribute> <xs:attribute name="variableDatumIDList"> <xs:annotation> <xs:appinfo>variable length list variable datum IDs (length of list found in field numberOfVariableDatums)</xs:appinfo> </xs:annotation> <xs:simpleType> <xs:annotation> <xs:appinfo>Attribute numberOfVariableDatums determines the length of this list.</xs:appinfo> </xs:annotation> <xs:list itemType="xs:unsignedInt"/> </xs:simpleType> </xs:attribute> </xs:extension> </xs:complexContent> <!--abstract='false' base='rootType'--> </xs:complexType> |
type | xs:unsignedLong | ||
annotation |
|
||
source | <xs:attribute name="numberOfFixedDatums" type="xs:unsignedLong"> <xs:annotation> <xs:appinfo>Number of fixed datums</xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:unsignedLong | ||
annotation |
|
||
source | <xs:attribute name="numberOfVariableDatums" type="xs:unsignedLong"> <xs:annotation> <xs:appinfo>Number of variable datums</xs:appinfo> </xs:annotation> </xs:attribute> |
type | list of xs:unsignedInt | ||
annotation |
|
||
source | <xs:attribute name="fixedDatumIDList"> <xs:annotation> <xs:appinfo>variable length list fixed datum IDs (length of list found in field numberOfFixedDatums)</xs:appinfo> </xs:annotation> <xs:simpleType> <xs:annotation> <xs:appinfo>Attribute numberOfFixedDatums determines the length of this list.</xs:appinfo> </xs:annotation> <xs:list itemType="xs:unsignedInt"/> </xs:simpleType> </xs:attribute> |
type | list of xs:unsignedInt | ||
annotation |
|
||
source | <xs:attribute name="variableDatumIDList"> <xs:annotation> <xs:appinfo>variable length list variable datum IDs (length of list found in field numberOfVariableDatums)</xs:appinfo> </xs:annotation> <xs:simpleType> <xs:annotation> <xs:appinfo>Attribute numberOfVariableDatums determines the length of this list.</xs:appinfo> </xs:annotation> <xs:list itemType="xs:unsignedInt"/> </xs:simpleType> </xs:attribute> |