jdf:NumberState

Complex Type Information

Model

jdf:Comment{0,1} , jdf:GeneralID{0,1} , jdf:Preview{0,1} , jdf:PreviewRef{0,1} , ANY element from ANY namespace OTHER than 'http://www.CIP4.org/JDFSchema_1_1' , jdf:Loc{0,1} , jdf:ValueLoc{0,1}

Attributes

Used By

Element jdf:NumberState

Source

<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>