simpleType signedPercentType
type restriction of xsd:double
properties
base xsd:double
used by
attributes propellersOrderUUVElementType/@all propellersOrderUSVElementType/@all uuvPlanesOrderElementType/@bow uuvBodyThrustersOrderElementType/@bowLateral uuvBodyThrustersOrderElementType/@bowVertical propellersOrderUUVElementType/@centerline propellersOrderUSVElementType/@centerline uavEnginesOrdersElementType/@engine1 uavEnginesOrdersElementType/@engine2 uavCyclicOrderElementType/@lateral uavCyclicOrderElementType/@longitudinal propellersOrderUUVElementType/@port propellersOrderUSVElementType/@port uavStabilatorOrderElementType/@port propellersOrderUUVElementType/@starboard propellersOrderUSVElementType/@starboard uavStabilatorOrderElementType/@starboard uuvPlanesOrderElementType/@stern uuvBodyThrustersOrderElementType/@sternLateral uuvBodyThrustersOrderElementType/@sternVertical signedPercentElementType/@value
facets
Kind Value Annotation
minInclusive -100
maxInclusive 100
annotation
documentation
Represents a signed percentage between -100 and 100.
source <xsd:simpleType name="signedPercentType">
 
<xsd:annotation>
   
<xsd:documentation>Represents a signed percentage between -100 and 100.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:double">
   
<xsd:minInclusive value="-100"/>
   
<xsd:maxInclusive value="100"/>
 
</xsd:restriction>
</xsd:simpleType>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy