diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||
type | extension of GridDataType | ||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="GridDataType2Type" abstract="false"> <xs:annotation> <xs:appinfo>6.2.41, table 70 (length of list found in field numberOfValues)</xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="GridDataType"> <xs:attribute name="numberOfValues" type="xs:unsignedShort"/> <xs:attribute name="padding" type="xs:unsignedShort"> <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:attribute name="dataValues"> <xs:annotation> <xs:appinfo>(length of list found in field numberOfValues)</xs:appinfo> </xs:annotation> <xs:simpleType> <xs:annotation> <xs:appinfo>Attribute numberOfValues determines the length of this list.</xs:appinfo> </xs:annotation> <xs:restriction> <xs:simpleType> <xs:list itemType="xs:float"/> </xs:simpleType> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:extension> </xs:complexContent> <!--abstract='false' base='GridDataType'--> </xs:complexType> |
type | xs:unsignedShort |
source | <xs:attribute name="numberOfValues" type="xs:unsignedShort"/> |
type | xs:unsignedShort | ||
annotation |
|
||
source | <xs:attribute name="padding" type="xs:unsignedShort"> <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> |
type | restriction of (list of xs:float) | ||
annotation |
|
||
source | <xs:attribute name="dataValues"> <xs:annotation> <xs:appinfo>(length of list found in field numberOfValues)</xs:appinfo> </xs:annotation> <xs:simpleType> <xs:annotation> <xs:appinfo>Attribute numberOfValues determines the length of this list.</xs:appinfo> </xs:annotation> <xs:restriction> <xs:simpleType> <xs:list itemType="xs:float"/> </xs:simpleType> </xs:restriction> </xs:simpleType> </xs:attribute> |