jdf:DeliveryIntent_Pricing_lr

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:Payment{0,1} , jdf:Pricing{0,1}

Attributes

QName Type Fixed Default Use Inheritable Annotation
AdditionalPrice jdftyp:double optional
BestEffortExceptions jdftyp:NMTOKENS optional
CommentURL jdftyp:URL optional
Currency jdftyp:NMTOKEN optional
DescriptiveName jdftyp:longString optional
HasPrice jdftyp:boolean true optional
Item jdftyp:string optional
MustHonorExceptions jdftyp:NMTOKENS optional
OperatorInterventionExceptions jdftyp:NMTOKENS optional
Price jdftyp:double 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="DeliveryIntent_Pricing_lr" mixed="false">
  <xs:annotation>
    <xs:appinfo>
      <Version Path="." Last="1.2"/>
      <Version Path="Payment" First="1.1" Last="1.2"/>
      <Constraint Path="Payment" minOccurs="0" maxOccurs="1"/>
      <Constraint Path="Pricing" minOccurs="0" maxOccurs="unbounded"/>
      <Constraint Path="Payment/CreditCard" minOccurs="0" maxOccurs="1"/>
      <Constraint Path="Payment/PayTerm" minOccurs="0" maxOccurs="1"/>
    </xs:appinfo>
  </xs:annotation>
  <xs:complexContent mixed="false">
    <xs:extension base="jdf:BaseElement_">
      <xs:sequence minOccurs="0" maxOccurs="unbounded">
        <xs:group ref="jdf:GenericElements" minOccurs="0"/>
        <xs:element name="Payment" type="jdf:DeliveryIntent_Payment_lr" minOccurs="0"/>
        <xs:element name="Pricing" type="jdf:DeliveryIntent_Pricing_lr" minOccurs="0"/>
      </xs:sequence>
      <xs:attribute name="AdditionalPrice" type="jdftyp:double" use="optional"/>
      <xs:attribute name="Currency" type="jdftyp:NMTOKEN" use="optional"/>
      <xs:attribute name="HasPrice" type="jdftyp:boolean" default="true"/>
      <xs:attribute name="Item" type="jdftyp:string" use="optional"/>
      <xs:attribute name="Price" type="jdftyp:double" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>