<xsd:complexType abstract="true" name="HeaderType">
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">
The abstract Header type that is the basis for all non-statusable OAGIS Document Headers
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:group minOccurs="0" ref="DocumentIDsGroup" />
<xsd:element minOccurs="0" ref="LastModificationDateTime" />
<xsd:element minOccurs="0" ref="DocumentDateTime" />
<xsd:group minOccurs="0" ref="FreeFormTextGroup" />
<xsd:group minOccurs="0" ref="ReferencesGroup" />
</xsd:sequence>
</xsd:complexType>
|