QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
scheme | restriction of anyURI | required |
<element name="identifier"> <complexType> <simpleContent> <extension base="token"> <attribute name="scheme" use="required"> <simpleType> <restriction base="anyURI"> <minLength value="1"/> </restriction> </simpleType> </attribute> </extension> </simpleContent> </complexType> </element> |