<xs:element name="altLoc">
<xs:annotation>
<xs:documentation>An alternative identifier assigned to the content.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="IRIType">
<xs:attribute name="type" type="QCodeType">
<xs:annotation>
<xs:documentation>A qualifier which indicates the context within which the alternative locator has been allocated.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="role" type="QCodeType">
<xs:annotation>
<xs:documentation>A refinement of the semantics or business purpose of the property.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:anyAttribute namespace="##other" processContents="lax" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
|