<xs:complexType name="NumberState" mixed="false">
<xs:complexContent mixed="false">
<xs:extension base="jdf:AbstractState">
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:group ref="jdf:GenericElements" minOccurs="0"/>
<xs:element name="Loc" type="jdf:Loc" minOccurs="0"/>
<xs:element name="ValueLoc" type="jdf:ValueLoc" minOccurs="0"/>
</xs:sequence>
<xs:attribute name="DefaultValue" type="jdftyp:double" use="optional"/>
<xs:attribute name="CurrentValue" type="jdftyp:double" use="optional"/>
<xs:attribute name="AllowedValueList" type="jdftyp:DoubleRangeList" use="optional"/>
<xs:attribute name="AllowedValueMax" type="jdftyp:double" use="optional"/>
<xs:attribute name="AllowedValueMin" type="jdftyp:double" use="optional"/>
<xs:attribute name="AllowedValueMod" type="jdftyp:XYPair" use="optional"/>
<xs:attribute name="PresentValueList" type="jdftyp:DoubleRangeList" use="optional"/>
<xs:attribute name="PresentValueMax" type="jdftyp:double" use="optional"/>
<xs:attribute name="PresentValueMin" type="jdftyp:double" use="optional"/>
<xs:attribute name="PresentValueMod" type="jdftyp:XYPair" use="optional"/>
<xs:attribute name="UnitType" type="jdftyp:NMTOKEN" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType> |