| diagram | ![]() |
||||||||||||||||||||||||
| type | extension of rootType | ||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||||
| source | <xs:complexType name="LiveEntityLinearVelocityType" abstract="false"> <xs:annotation> <xs:appinfo>16-bit fixed binaries</xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="rootType"> <xs:attribute name="xComponent" type="xs:unsignedShort"/> <xs:attribute name="yComponent" type="xs:unsignedShort"/> <xs:attribute name="zComponent" type="xs:unsignedShort"/> </xs:extension> </xs:complexContent> <!--abstract='false' base='rootType'--> </xs:complexType> |
| type | xs:unsignedShort |
| source | <xs:attribute name="xComponent" type="xs:unsignedShort"/> |
| type | xs:unsignedShort |
| source | <xs:attribute name="yComponent" type="xs:unsignedShort"/> |
| type | xs:unsignedShort |
| source | <xs:attribute name="zComponent" type="xs:unsignedShort"/> |