jdf:StringSpan

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:Range{0,1} , jdf:OfferRange{0,1}

Attributes

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

Used By

Elements jdf:ArtDeliveryIntent_ArtDelivery_lr/jdf:ServiceLevel, jdf:ArtDeliveryIntent_r/jdf:ServiceLevel, jdf:ArtDeliveryIntent_rp/jdf:ServiceLevel, jdf:BindingIntentChannelBinding/jdf:ChannelBrand, jdf:BindingIntentCoilBinding/jdf:CoilBrand, jdf:BindingIntentHardCoverBinding/jdf:HeadBandColorDetails, jdf:BindingIntentPlasticCombBinding/jdf:CombBrand, jdf:BindingIntentRingBinding/jdf:BinderBrand, jdf:BindingIntentTabs/jdf:TabBrand, jdf:BindingIntentTabs/jdf:TabMylarColorDetails, jdf:BindingIntentWireCombBinding/jdf:WireCombBrand, jdf:BindingIntent_r/jdf:BackCoverColorDetails, jdf:BindingIntent_r/jdf:BindingColorDetails, jdf:BindingIntent_r/jdf:CoverColorDetails, jdf:ColorIntent_r/jdf:Coatings, jdf:ColorIntent_r/jdf:ColorICCStandard, jdf:ColorIntent_rp/jdf:Coatings, jdf:ColorIntent_rp/jdf:ColorICCStandard, jdf:DeliveryIntent_DropIntent_lr/jdf:ServiceLevel, jdf:DeliveryIntent_r/jdf:ServiceLevel, jdf:DeliveryIntent_rp/jdf:ServiceLevel, jdf:EmbossingIntent_EmbossingItem_lr/jdf:EmbossingType, jdf:EmbossingIntent_EmbossingItem_lr/jdf:FoilColorDetails, jdf:HoleMakingIntent_r/jdf:HoleType, jdf:HoleMakingIntent_rp/jdf:HoleType, jdf:MediaIntent_r/jdf:HoleType, jdf:MediaIntent_r/jdf:MediaColorDetails, jdf:MediaIntent_r/jdf:MediaQuality, jdf:MediaIntent_r/jdf:StockBrand, jdf:MediaIntent_re/jdf:HoleType, jdf:MediaIntent_re/jdf:MediaColorDetails, jdf:MediaIntent_re/jdf:StockBrand, jdf:MediaIntent_rp/jdf:HoleType, jdf:MediaIntent_rp/jdf:MediaColorDetails, jdf:MediaIntent_rp/jdf:StockBrand, jdf:NumberingIntent_NumberItem_lr/jdf:ColorNameDetails, jdf:NumberingIntent_r/jdf:ColorNameDetails, jdf:ProofingIntent_ProofItem_lr/jdf:BrandName, jdf:PublishingIntent_r/jdf:IssueName, jdf:PublishingIntent_rp/jdf:IssueName, jdf:ShapeCuttingIntent_ShapeCut_lr/jdf:Material

Source

<xs:complexType name="StringSpan" mixed="false">
  <xs:annotation>
    <xs:appinfo>
      <Constraint Path="Range" minOccurs="0" maxOccurs="unbounded"/>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexContent mixed="false">
    <xs:extension base="jdf:AbstractSpan">
      <xs:sequence minOccurs="0" maxOccurs="unbounded">
        <xs:element name="Range" type="jdf:telem" minOccurs="0"/>
        <xs:element name="OfferRange" type="jdf:telem" minOccurs="0"/>
      </xs:sequence>
      <xs:attribute name="DataType" type="jdftyp:eSpanDataType_" use="required" fixed="StringSpan"/>
      <xs:attribute name="Actual" type="jdftyp:string" use="optional"/>
      <xs:attribute name="Preferred" type="jdftyp:string" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>