simpleType signedPercentType
type restriction of xsd:double
properties
base xsd:double
used by
attributes propellersOrderUSVElementType/@all propellersOrderUUVElementType/@all uuvPlanesOrderElementType/@bow uuvBodyThrustersOrderElementType/@bowLateral uuvBodyThrustersOrderElementType/@bowVertical propellersOrderUSVElementType/@centerline propellersOrderUUVElementType/@centerline uavEnginesOrdersElementType/@engine1 uavEnginesOrdersElementType/@engine2 uavCyclicOrderElementType/@lateral uavCyclicOrderElementType/@longitudinal propellersOrderUSVElementType/@port propellersOrderUUVElementType/@port uavStabilatorOrderElementType/@port propellersOrderUSVElementType/@starboard propellersOrderUUVElementType/@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