<xs:complexType name="physlocType" mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="emph" type="emphType"/>
<xs:element ref="lb"/>
<xs:element name="abbr" type="abbrType"/>
<xs:element name="expan" type="expanType"/>
<xs:element name="ptr" type="ptrType"/>
<xs:element name="extptr" type="extptrType"/>
<xs:element name="ref" type="refType"/>
<xs:element name="extref" type="extrefType"/>
<xs:element name="bibref" type="bibrefType"/>
<xs:element name="title" type="titleType"/>
<xs:element name="archref" type="archrefType"/>
<xs:element name="note" type="noteType"/>
</xs:choice>
<xs:attribute name="id" type="xs:NMTOKEN"/>
<xs:attribute name="ea" type="xs:NMTOKEN"/>
<xs:attribute name="type" type="xs:string"/>
<xs:attribute name="label" type="xs:string"/>
</xs:complexType> |