jdf:ShapeState

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

QName Type Fixed Default Use Inheritable Annotation
ActionRefs jdftyp:IDREFS optional
AllowedValueList jdftyp:ShapeRangeList optional
AllowedValueMax jdftyp:shape optional
AllowedValueMin jdftyp:shape optional
AllowedX jdftyp:DoubleRangeList optional
AllowedY jdftyp:DoubleRangeList optional
AllowedZ jdftyp:DoubleRangeList optional
Availability jdftyp:eAvailability_ optional
BestEffortExceptions jdftyp:NMTOKENS optional
CommentURL jdftyp:URL optional
CurrentValue jdftyp:shape optional
DefaultValue jdftyp:shape optional
DependentMacroRef jdftyp:IDREF optional
DescriptiveName jdftyp:longString optional
DevNS jdftyp:URI http://www.CIP4.org/JDFSchema_1_1 optional
Editable jdftyp:boolean true optional
HasDefault jdftyp:boolean true optional
ID jdftyp:ID optional
ListType jdftyp:eListType_ SingleValue optional
MacroRefs jdftyp:IDREFS optional
MaxOccurs jdftyp:Integer 1 optional
MinOccurs jdftyp:Integer 1 optional
ModuleRefs jdftyp:IDREFS optional
MustHonorExceptions jdftyp:NMTOKENS optional
Name jdftyp:NMTOKEN optional
OperatorInterventionExceptions jdftyp:NMTOKENS optional
PresentValueList jdftyp:ShapeRangeList optional
PresentValueMax jdftyp:shape optional
PresentValueMin jdftyp:shape optional
PresentX jdftyp:DoubleRangeList optional
PresentY jdftyp:DoubleRangeList optional
PresentZ jdftyp:DoubleRangeList optional
Required jdftyp:boolean optional
SettingsPolicy jdftyp:eSettingsPolicy_ optional
Span jdftyp:boolean optional
UserDisplay jdftyp:eUserDisplay Display optional
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.CIP4.org/JDFSchema_1_1'

Used By

Element jdf:ShapeState

Source

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