StateSet

Complex Type Information

Model

Children: meta

Attributes

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
See http://www.w3.org/TR/xmlbase/ for
information about this attribute.
Wildcard: ANY attribute from ANY namespace

Used By

Source

<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>