jdf:Comment_Type

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
AgentName jdftyp:string optional
AgentVersion jdftyp:string optional
Attribute jdftyp:NMTOKEN optional
Author jdftyp:string optional
Box jdftyp:rectangle optional
ID jdftyp:ID optional
Language jdftyp:language optional
Name jdftyp:NMTOKEN Description optional
Path jdftyp:PDFPath optional
TimeStamp jdftyp:dateTime optional
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.CIP4.org/JDFSchema_1_1'

Used By

Source

<xs:complexType name="Comment_Type">
  <xs:annotation>
    <xs:appinfo>
      <Version Path="@Attribute" First="1.1"/>
      <Version Path="@AgentName" First="1.3"/>
      <Version Path="@AgentVersion" First="1.3"/>
      <Version Path="@Author" First="1.3"/>
      <Version Path="@ID" First="1.3"/>
      <Version Path="@TimeStamp" First="1.3"/>
    </xs:appinfo>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="jdftyp:CommentString_">
      <xs:attribute name="AgentName" type="jdftyp:string" use="optional"/>
      <xs:attribute name="AgentVersion" type="jdftyp:string" use="optional"/>
      <xs:attribute name="Attribute" type="jdftyp:NMTOKEN" use="optional"/>
      <xs:attribute name="Author" type="jdftyp:string" use="optional"/>
      <xs:attribute name="Box" type="jdftyp:rectangle" use="optional"/>
      <xs:attribute name="ID" type="jdftyp:ID" use="optional"/>
      <xs:attribute name="Language" type="jdftyp:language" use="optional"/>
      <xs:attribute name="Name" type="jdftyp:NMTOKEN" default="Description"/>
      <xs:attribute name="Path" type="jdftyp:PDFPath" use="optional"/>
      <xs:attribute name="TimeStamp" type="jdftyp:dateTime" use="optional"/>
      <xs:anyAttribute namespace="##other" processContents="strict"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>