This is a concrete implementation of the state element, which requires a symbol element, in this case restricted to 0/1. |
| QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
|---|---|---|---|---|---|---|---|
| about | URIorSafeCURIE | optional | |||||
| id | xs:ID | required | |||||
| label | xs:string | optional | |||||
| symbol | RestrictionToken | required | |||||
| xml:base | xs:anyURI | optional |
|
| Element | RestrictionStates/state |
<xs:complexType name="RestrictionState"> <xs:annotation> <xs:documentation>This is a concrete implementation of the state element, which requires a symbol element, in this case restricted to 0/1.</xs:documentation> </xs:annotation> <xs:complexContent> <xs:restriction base="AbstractState"> <xs:sequence minOccurs="1" maxOccurs="1"/> <xs:attribute name="symbol" type="RestrictionToken" use="required"/> </xs:restriction> </xs:complexContent> </xs:complexType> |