diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of rootType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:complexType name="ArticulatedPartVPType" abstract="false"> <xs:annotation> <xs:appinfo>articulated parts for movable parts and a combination of moveable/attached parts of an entity. Section 6.2.94.2 </xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="rootType"> <xs:attribute name="recordType" type="xs:string"> <xs:annotation> <xs:appinfo>The identification of the Variable Parameter record. Enumeration from EBV (SISO enumeration VariableParameterRecordType uid 56) </xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="changeIndicator" type="xs:unsignedByte"> <xs:annotation> <xs:appinfo>indicate the change of any parameter for any articulated part. Starts at zero, incremented for each change </xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="partAttachedTo" type="xs:unsignedShort"> <xs:annotation> <xs:appinfo>The identification of the articulated part to which this articulation parameter is attached. This field shall be specified by a 16-bit unsigned integer. This field shall contain the value zero if the articulated part is attached directly to the entity. </xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="parameterType" type="xs:unsignedLong"> <xs:annotation> <xs:appinfo>The type of parameter represented, 32-bit enumeration</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="parameterValue" type="xs:float"> <xs:annotation> <xs:appinfo>The definition of the 64-bits shall be determined based on the type of parameter specified in the Parameter Type field </xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="padding" type="xs:unsignedLong"> <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='rootType'--> </xs:complexType> |
type | xs:string | ||
annotation |
|
||
source | <xs:attribute name="recordType" type="xs:string"> <xs:annotation> <xs:appinfo>The identification of the Variable Parameter record. Enumeration from EBV (SISO enumeration VariableParameterRecordType uid 56) </xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:unsignedByte | ||
annotation |
|
||
source | <xs:attribute name="changeIndicator" type="xs:unsignedByte"> <xs:annotation> <xs:appinfo>indicate the change of any parameter for any articulated part. Starts at zero, incremented for each change </xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:unsignedShort | ||
annotation |
|
||
source | <xs:attribute name="partAttachedTo" type="xs:unsignedShort"> <xs:annotation> <xs:appinfo>The identification of the articulated part to which this articulation parameter is attached. This field shall be specified by a 16-bit unsigned integer. This field shall contain the value zero if the articulated part is attached directly to the entity. </xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:unsignedLong | ||
annotation |
|
||
source | <xs:attribute name="parameterType" type="xs:unsignedLong"> <xs:annotation> <xs:appinfo>The type of parameter represented, 32-bit enumeration</xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:float | ||
annotation |
|
||
source | <xs:attribute name="parameterValue" type="xs:float"> <xs:annotation> <xs:appinfo>The definition of the 64-bits shall be determined based on the type of parameter specified in the Parameter Type field </xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:unsignedLong | ||
annotation |
|
||
source | <xs:attribute name="padding" type="xs:unsignedLong"> <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> |