<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> |