QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
about | URIorSafeCURIE | optional | |||||
id | xs:ID | required | |||||
label | xs:string | optional | |||||
polymorphic_state_set | xs:IDREFS | optional | |||||
state | xs:IDREFS | optional | |||||
uncertain_state_set | xs:IDREFS | optional | |||||
xml:base | xs:anyURI | optional |
|
||||
Wildcard: ANY attribute from ANY namespace |
<xs:complexType name="StateSet" abstract="false" mixed="false"> <xs:complexContent> <xs:extension base="AbstractSet"> <xs:attribute name="state" type="xs:IDREFS" use="optional"/> <xs:attribute name="polymorphic_state_set" type="xs:IDREFS" use="optional"/> <xs:attribute name="uncertain_state_set" type="xs:IDREFS" use="optional"/> </xs:extension> </xs:complexContent> </xs:complexType> |