| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| x | double | 1.0 | optional | |||
| xunits | kml:unitsEnum | fraction | optional | |||
| y | double | 1.0 | optional | |||
| yunits | kml:unitsEnum | fraction | optional |
<complexType name="vec2Type" abstract="false" final="#all"> <attribute name="x" type="double" default="1.0"/> <attribute name="y" type="double" default="1.0"/> <attribute name="xunits" type="kml:unitsEnum" use="optional" default="fraction"/> <attribute name="yunits" type="kml:unitsEnum" use="optional" default="fraction"/> </complexType> |