<xs:element name="Author">
<xs:annotation>
<xs:documentation>Optional element to identify the source of the file.</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:sequence>
<xs:any namespace="##other" processContents="skip" minOccurs="0" />
</xs:sequence>
<xs:attribute name="createdBy" type="xs:string" />
<xs:attribute name="createdByEmail" type="xs:string" />
<xs:attribute name="company" type="xs:string" />
<xs:attribute name="companyURL" type="xs:string" />
<xs:attribute name="timeStamp" type="xs:dateTime" use="optional" />
<xs:anyAttribute />
</xs:complexType>
</xs:element>
|