<xs:element name="web">
<xs:annotation>
<xs:documentation>A web address.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="IRIType">
<xs:attributeGroup ref="commonPowerAttributes" />
<xs:attribute name="role" type="QCodeListType">
<xs:annotation>
<xs:documentation>A refinement of the semantics of the web address - expressed by a QCode</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="roleuri" type="IRIListType">
<xs:annotation>
<xs:documentation>A refinement of the semantics of the web address - expressed by a URI</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:anyAttribute namespace="##other" processContents="lax" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
|