diagram | ![]() |
||||||||||||||||||||||||||||||
type | extension of rootType | ||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
source | <xs:complexType name="LEVector3FixedByteType" abstract="false"> <xs:annotation> <xs:appinfo>3 x 8-bit fixed binary</xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="rootType"> <xs:attribute name="x" type="xs:unsignedByte"> <xs:annotation> <xs:appinfo>X value</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="y" type="xs:unsignedByte"> <xs:annotation> <xs:appinfo>y Value</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="z" type="xs:unsignedByte"> <xs:annotation> <xs:appinfo>Z value</xs:appinfo> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> <!--abstract='false' base='rootType'--> </xs:complexType> |
type | xs:unsignedByte | ||
annotation |
|
||
source | <xs:attribute name="x" type="xs:unsignedByte"> <xs:annotation> <xs:appinfo>X value</xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:unsignedByte | ||
annotation |
|
||
source | <xs:attribute name="y" type="xs:unsignedByte"> <xs:annotation> <xs:appinfo>y Value</xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:unsignedByte | ||
annotation |
|
||
source | <xs:attribute name="z" type="xs:unsignedByte"> <xs:annotation> <xs:appinfo>Z value</xs:appinfo> </xs:annotation> </xs:attribute> |