<xs:element name="web">
<xs:annotation>
<xs:documentation>A web address.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:simpleContent>
<xs:extension base="IRIType">
<xs:attribute name="role" type="QCodeListType">
<xs:annotation>
<xs:documentation>A refinement of the semantics of the web address.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:anyAttribute namespace="##other" processContents="lax" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
|