<xs:complexType name="archunitType">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="abstract" type="abstractType"/>
<xs:element name="physdesc" type="physdescType"/>
<xs:element name="descnote" type="descnoteType"/>
<xs:element name="repository" type="repositoryType"/>
<xs:element name="origination" type="originationType" minOccurs="0" maxOccurs="0"/>
<xs:element name="unitdate" type="unitdateType"/>
<xs:element name="unitid" type="unitidType"/>
<xs:element name="unittitle" type="unittitleType"/>
<xs:element name="container" type="containerType" minOccurs="0" maxOccurs="0"/>
<xs:element name="physloc" type="physlocType" minOccurs="0" maxOccurs="0"/>
</xs:choice>
</xs:choice>
<xs:attribute name="id" type="xs:NMTOKEN"/>
<xs:attribute name="ea" type="xs:NMTOKEN"/>
</xs:complexType> |