<xsd:element name="DocumentHistory">
<xsd:annotation>
<xsd:documentation>Contains details about people and programs that created and modified this file</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:choice minOccurs="2" maxOccurs="unbounded">
<xsd:element ref="CreatedBy" minOccurs="1" maxOccurs="1"/>
<xsd:element ref="ProgramInfo" minOccurs="1" maxOccurs="unbounded"/>
<xsd:element ref="PersonInfo" minOccurs="1" maxOccurs="unbounded"/>
<xsd:element ref="ModifiedBy" minOccurs="1" maxOccurs="unbounded"/>
</xsd:choice>
</xsd:complexType>
</xsd:element> |