QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
fixed | xs:boolean | false | optional | |||
id | xs:ID | optional | ||||
value | required | |||||
Wildcard: ANY attribute from ANY namespace OTHER than 'http://www.w3.org/2001/XMLSchema' |
Elements | xs:maxExclusive, xs:maxInclusive, xs:minExclusive, xs:minInclusive, xs:whiteSpace |
Complex Types | xs:noFixedFacet, xs:numFacet |
<xs:complexType name="facet"> <xs:complexContent> <xs:extension base="xs:annotated"> <xs:attribute name="value" use="required"/> <xs:attribute name="fixed" type="xs:boolean" use="optional" default="false"/> </xs:extension> </xs:complexContent> </xs:complexType> |