jdf:MatrixState

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:Value{0,1}

Attributes

Used By

Element jdf:MatrixState

Source

<xs:complexType name="MatrixState" 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="Value" type="jdf:MatrixState_Value_lr" minOccurs="0"/>
      </xs:sequence>
      <xs:attribute name="DefaultValue" type="jdftyp:matrix" use="optional"/>
      <xs:attribute name="CurrentValue" type="jdftyp:matrix" use="optional"/>
      <xs:attribute name="AllowedRotateMod" type="jdftyp:double" use="optional"/>
      <xs:attribute name="AllowedShift" type="jdftyp:MatrixShift_" use="optional"/>
      <xs:attribute name="AllowedTransforms" type="jdftyp:OrientationList" use="optional"/>
      <xs:attribute name="PresentRotateMod" type="jdftyp:double" use="optional"/>
      <xs:attribute name="PresentShift" type="jdftyp:MatrixShift_" use="optional"/>
      <xs:attribute name="PresentTransforms" type="jdftyp:OrientationList" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>