<xs:element name="Application">
<xs:annotation>
<xs:documentation>Optional element to identify the software that was used to create the file.</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:sequence>
<xs:choice>
<xs:element ref="Author" minOccurs="0" maxOccurs="unbounded" />
<xs:any namespace="##other" processContents="skip" minOccurs="0" />
</xs:choice>
</xs:sequence>
<xs:attribute name="name" type="xs:string" use="required" />
<xs:attribute name="desc" type="xs:string" />
<xs:attribute name="manufacturer" type="xs:string" />
<xs:attribute name="version" type="xs:string" />
<xs:attribute name="manufacturerURL" type="xs:string" />
<xs:attribute name="timeStamp" type="xs:dateTime" use="optional" />
<xs:anyAttribute />
</xs:complexType>
</xs:element>
|