diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of GridAxisDescriptorType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="GridAxisDescriptorVariableType" abstract="false"> <xs:annotation> <xs:appinfo>Grid axis descriptor fo variable spacing axis data.</xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="GridAxisDescriptorType"> <xs:attribute name="numberOfPointsOnXiAxis" type="xs:unsignedShort"> <xs:annotation> <xs:appinfo>Number of grid locations along Xi axis</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="initialIndex" type="xs:unsignedShort"> <xs:annotation> <xs:appinfo>initial grid point for the current pdu</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="coordinateScaleXi" type="xs:double"> <xs:annotation> <xs:appinfo>value that linearly scales the coordinates of the grid locations for the xi axis</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="coordinateOffsetXi" type="xs:double"> <xs:annotation> <xs:appinfo>The constant offset value that shall be applied to the grid locations for the xi axis</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="xiValues"> <xs:annotation> <xs:appinfo>list of coordinates</xs:appinfo> </xs:annotation> </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='GridAxisDescriptorType'--> </xs:complexType> |
type | xs:unsignedShort | ||
annotation |
|
||
source | <xs:attribute name="numberOfPointsOnXiAxis" type="xs:unsignedShort"> <xs:annotation> <xs:appinfo>Number of grid locations along Xi axis</xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:unsignedShort | ||
annotation |
|
||
source | <xs:attribute name="initialIndex" type="xs:unsignedShort"> <xs:annotation> <xs:appinfo>initial grid point for the current pdu</xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:double | ||
annotation |
|
||
source | <xs:attribute name="coordinateScaleXi" type="xs:double"> <xs:annotation> <xs:appinfo>value that linearly scales the coordinates of the grid locations for the xi axis</xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:double | ||
annotation |
|
||
source | <xs:attribute name="coordinateOffsetXi" type="xs:double"> <xs:annotation> <xs:appinfo>The constant offset value that shall be applied to the grid locations for the xi axis</xs:appinfo> </xs:annotation> </xs:attribute> |
annotation |
|
||
source | <xs:attribute name="xiValues"> <xs:annotation> <xs:appinfo>list of coordinates</xs:appinfo> </xs:annotation> </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> |