<xsd:complexType name="hElt">
<xsd:attribute name="position" type="xsd:string" />
<xsd:attribute name="polar" type="xsd:string" />
<xsd:attribute name="map" type="xsd:string" />
<xsd:attribute name="invx" type="tfType" />
<xsd:attribute name="invy" type="tfType" />
<xsd:attribute name="switch" type="tfType" />
<xsd:attribute name="xrange" type="xsd:string" />
<xsd:attribute name="yrange" type="xsd:string" />
<xsd:attribute name="radiusrange" type="xsd:string" />
</xsd:complexType>
|