jdf:BasicPreflightTest

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:PreflightArgument{0,1}

Attributes

QName Type Fixed Default Use Inheritable Annotation
BestEffortExceptions jdftyp:NMTOKENS optional
ClassName jdftyp:NMTOKEN optional
Classes jdftyp:NMTOKENS optional
CommentURL jdftyp:URL optional
DescriptiveName jdftyp:longString optional
DevNS jdftyp:URI http://www.CIP4.org/JDFSchema_1_1 optional
ListType jdftyp:eListType_ SingleValue optional
MaxOccurs jdftyp:Integer 1 optional
MinOccurs jdftyp:Integer 1 optional
MustHonorExceptions jdftyp:NMTOKENS optional
Name jdftyp:NMTOKEN required
OperatorInterventionExceptions jdftyp:NMTOKENS 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="BasicPreflightTest" mixed="false">
  <xs:annotation>
    <xs:appinfo>
      <Version Path="@Classes" First="1.4"/>
      <Version Path="@ClassName" First="1.4"/>
      <Constraint Path="PreflightArgument" minOccurs="0" maxOccurs="1"/>
      <Constraint Path="PreflightArgument/BoxArgument" minOccurs="0" maxOccurs="1"/>
      <Constraint Path="PreflightArgument/BoxToBoxDifference" 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="PreflightArgument" type="jdf:PreflightArgument" minOccurs="0"/>
      </xs:sequence>
      <xs:attribute name="Classes" type="jdftyp:NMTOKENS" use="optional"/>
      <xs:attribute name="ClassName" type="jdftyp:NMTOKEN" use="optional"/>
      <xs:attribute name="DevNS" type="jdftyp:URI" default="http://www.CIP4.org/JDFSchema_1_1"/>
      <xs:attribute name="ListType" type="jdftyp:eListType_" default="SingleValue"/>
      <xs:attribute name="MaxOccurs" type="jdftyp:Integer" default="1"/>
      <xs:attribute name="MinOccurs" type="jdftyp:Integer" default="1"/>
      <xs:attribute name="Name" type="jdftyp:NMTOKEN" use="required"/>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>