diagram | ![]() |
||||||||||||||||||||||
type | extension of rootType | ||||||||||||||||||||||
properties |
|
||||||||||||||||||||||
used by |
|
||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||
source | <xs:complexType name="Vector2FloatType" abstract="false"> <xs:annotation> <xs:appinfo>Two floating point values, x, y</xs:appinfo> </xs:annotation> <xs:complexContent> <xs:extension base="rootType"> <xs:attribute name="x" type="xs:float"> <xs:annotation> <xs:appinfo>X value</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="y" type="xs:float"> <xs:annotation> <xs:appinfo>y Value</xs:appinfo> </xs:annotation> </xs:attribute> </xs:extension> </xs:complexContent> <!--abstract='false' base='rootType'--> </xs:complexType> |
type | xs:float | ||
annotation |
|
||
source | <xs:attribute name="x" type="xs:float"> <xs:annotation> <xs:appinfo>X value</xs:appinfo> </xs:annotation> </xs:attribute> |
type | xs:float | ||
annotation |
|
||
source | <xs:attribute name="y" type="xs:float"> <xs:annotation> <xs:appinfo>y Value</xs:appinfo> </xs:annotation> </xs:attribute> |