<xs:element name="altLoc">
<xs:annotation>
<xs:documentation>An alternative location of the content.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="IRIType">
<xs:attributeGroup ref="commonPowerAttributes" />
<xs:attribute name="type" type="QCodeType" use="optional">
<xs:annotation>
<xs:documentation>A qualifier which indicates the context within which the alternative locator has been allocated - expressed by a QCode</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="typeuri" type="IRIType" use="optional">
<xs:annotation>
<xs:documentation>A qualifier which indicates the context within which the alternative locator has been allocated - expressed by a URI</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="role" type="QCodeType" use="optional">
<xs:annotation>
<xs:documentation>A refinement of the semantics or business purpose of the property - expressed by a QCode</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="roleruri" type="IRIType" use="optional">
<xs:annotation>
<xs:documentation>A refinement of the semantics or business purpose of the property - expressed by a URI</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:anyAttribute namespace="##other" processContents="lax" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
|