QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
href | xsd:anyURI | required | ||||
Wildcard: ANY attribute from ANY namespace |
<xsd:complexType name="documentReferenceType"> <xsd:sequence minOccurs="0" maxOccurs="unbounded"> <xsd:any namespace="##other" processContents="lax"/> </xsd:sequence> <xsd:attribute name="href" type="xsd:anyURI" use="required"/> <xsd:anyAttribute namespace="##any" processContents="lax"/> </xsd:complexType> |