jdf:DeliveryParams_Drop_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:Company{0,1} , jdf:CompanyRef{0,1} , jdf:Contact{0,1} , jdf:ContactRef{0,1} , jdf:DropItem{0,1}

Attributes

QName Type Fixed Default Use Inheritable Annotation
BestEffortExceptions jdftyp:NMTOKENS optional
CommentURL jdftyp:URL optional
DescriptiveName jdftyp:longString optional
DropID jdftyp:string optional
Earliest jdftyp:dateTime optional
Method jdftyp:string optional
MustHonorExceptions jdftyp:NMTOKENS optional
OperatorInterventionExceptions jdftyp:NMTOKENS optional
Pickup jdftyp:boolean optional
Required jdftyp:dateTime optional
ServiceLevel jdftyp:string optional
SettingsPolicy jdftyp:eSettingsPolicy_ optional
TrackingID jdftyp:string optional
Transfer jdftyp:eDeliveryTransfer_ optional
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.CIP4.org/JDFSchema_1_1'

Used By

Source

<xs:complexType name="DeliveryParams_Drop_lr" mixed="false">
  <xs:annotation>
    <xs:appinfo>
      <Version Path="@DropID" First="1.5"/>
      <Version Path="@Pickup" Last="1.1"/>
      <Version Path="@ServiceLevel" First="1.2"/>
      <Version Path="@TrackingID" First="1.2"/>
      <Version Path="@Transfer" First="1.2"/>
      <Version Path="Company" Last="1.0"/>
      <Version Path="CompanyRef" Last="1.0"/>
      <Version Path="Contact" First="1.1"/>
      <Version Path="ContactRef" First="1.1"/>
      <Constraint Path="Company" minOccurs="0" maxOccurs="1"/>
      <Constraint Path="CompanyRef" minOccurs="0" maxOccurs="1"/>
      <Constraint Path="Contact" minOccurs="0" maxOccurs="unbounded"/>
      <Constraint Path="ContactRef" minOccurs="0" maxOccurs="unbounded"/>
      <Constraint Path="DropItem" minOccurs="1" maxOccurs="unbounded"/>
    </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="Company" type="jdf:Company_re" minOccurs="0"/>
        <xs:element ref="jdf:CompanyRef" minOccurs="0"/>
        <xs:element name="Contact" type="jdf:Contact_re" minOccurs="0"/>
        <xs:element ref="jdf:ContactRef" minOccurs="0"/>
        <xs:element name="DropItem" type="jdf:DeliveryParams_Drop_DropItem_lr" minOccurs="0"/>
      </xs:sequence>
      <xs:attribute name="DropID" type="jdftyp:string" use="optional"/>
      <xs:attribute name="Earliest" type="jdftyp:dateTime" use="optional"/>
      <xs:attribute name="Method" type="jdftyp:string" use="optional"/>
      <xs:attribute name="Pickup" type="jdftyp:boolean" use="optional"/>
      <xs:attribute name="Required" type="jdftyp:dateTime" use="optional"/>
      <xs:attribute name="ServiceLevel" type="jdftyp:string" use="optional"/>
      <xs:attribute name="TrackingID" type="jdftyp:string" use="optional"/>
      <xs:attribute name="Transfer" type="jdftyp:eDeliveryTransfer_" use="optional"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>