<xs:element name="origRep">
<xs:annotation>
<xs:documentation> An IRI which, upon dereferencing provides the original representation of the Item, the IRI should be persistent.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="IRIType">
<xs:attributeGroup ref="commonPowerAttributes" />
<xs:attribute name="accesstype" type="QCodeType">
<xs:annotation>
<xs:documentation>A qualifier which indicates the technical variant for accessing this item (e.g. communication protocols) - expressed by a QCode</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="accesstypeuri" type="IRIType">
<xs:annotation>
<xs:documentation>A qualifier which indicates the technical variant for accessing this item (e.g. communication protocols) - expressed by a URI</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="reposrole" type="QCodeType">
<xs:annotation>
<xs:documentation>A qualifier which indicates the role of the stated repository - expressed by a QCode</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="reposroleuri" type="IRIType">
<xs:annotation>
<xs:documentation>A qualifier which indicates the role of the stated repository - expressed by a URI</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
|