<xs:complexType name="ShapeState" 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:shape" use="optional"/>
<xs:attribute name="CurrentValue" type="jdftyp:shape" use="optional"/>
<xs:attribute name="AllowedValueList" type="jdftyp:ShapeRangeList" use="optional"/>
<xs:attribute name="AllowedValueMax" type="jdftyp:shape" use="optional"/>
<xs:attribute name="AllowedValueMin" type="jdftyp:shape" use="optional"/>
<xs:attribute name="AllowedX" type="jdftyp:DoubleRangeList" use="optional"/>
<xs:attribute name="AllowedY" type="jdftyp:DoubleRangeList" use="optional"/>
<xs:attribute name="AllowedZ" type="jdftyp:DoubleRangeList" use="optional"/>
<xs:attribute name="PresentValueList" type="jdftyp:ShapeRangeList" use="optional"/>
<xs:attribute name="PresentValueMax" type="jdftyp:shape" use="optional"/>
<xs:attribute name="PresentValueMin" type="jdftyp:shape" use="optional"/>
<xs:attribute name="PresentX" type="jdftyp:DoubleRangeList" use="optional"/>
<xs:attribute name="PresentY" type="jdftyp:DoubleRangeList" use="optional"/>
<xs:attribute name="PresentZ" type="jdftyp:DoubleRangeList" use="optional"/>
</xs:extension>
</xs:complexContent>
</xs:complexType> |