jdf:ShapeSpan

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'

Attributes

QName Type Fixed Default Use Inheritable Annotation
Actual jdftyp:shape optional
BestEffortExceptions jdftyp:NMTOKENS optional
CommentURL jdftyp:URL optional
DataType jdftyp:eSpanDataType_ ShapeSpan required
DescriptiveName jdftyp:longString optional
MustHonorExceptions jdftyp:NMTOKENS optional
OfferRange jdftyp:ShapeRangeList optional
OperatorInterventionExceptions jdftyp:NMTOKENS optional
Preferred jdftyp:shape optional
Priority jdftyp:eIntentPriority_ optional
Range jdftyp:ShapeRangeList optional
SettingsPolicy jdftyp:eSettingsPolicy_ optional
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.CIP4.org/JDFSchema_1_1'

Used By

Source

<xs:complexType name="ShapeSpan" mixed="false">
  <xs:annotation>
    <xs:appinfo>
      <Version Path="." First="1.1"/>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexContent mixed="false">
    <xs:extension base="jdf:AbstractSpan">
      <xs:attribute name="DataType" type="jdftyp:eSpanDataType_" use="required" fixed="ShapeSpan"/>
      <xs:attribute name="Actual" type="jdftyp:shape" use="optional"/>
      <xs:attribute name="OfferRange" type="jdftyp:ShapeRangeList" use="optional"/>
      <xs:attribute name="Preferred" type="jdftyp:shape" use="optional"/>
      <xs:attribute name="Range" type="jdftyp:ShapeRangeList" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>