jdf:IntegerSpan

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:Integer optional
BestEffortExceptions jdftyp:NMTOKENS optional
CommentURL jdftyp:URL optional
DataType jdftyp:eSpanDataType_ IntegerSpan required
DescriptiveName jdftyp:longString optional
MustHonorExceptions jdftyp:NMTOKENS optional
OfferRange jdftyp:IntegerRangeList optional
OperatorInterventionExceptions jdftyp:NMTOKENS optional
Preferred jdftyp:Integer optional
Priority jdftyp:eIntentPriority_ optional
Range jdftyp:IntegerRangeList 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="IntegerSpan" mixed="false">
  <xs:complexContent mixed="false">
    <xs:extension base="jdf:AbstractSpan">
      <xs:attribute name="DataType" type="jdftyp:eSpanDataType_" use="required" fixed="IntegerSpan"/>
      <xs:attribute name="Actual" type="jdftyp:Integer" use="optional"/>
      <xs:attribute name="OfferRange" type="jdftyp:IntegerRangeList" use="optional"/>
      <xs:attribute name="Preferred" type="jdftyp:Integer" use="optional"/>
      <xs:attribute name="Range" type="jdftyp:IntegerRangeList" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>