TypedElementType

Complex Type Information

Model

Children: attr, type

Attributes

QName Type Fixed Default Use Inheritable Annotation
id xsd:ID optional

Used By

Element typedElement
Complex Types GraphElementType, graphType

Source

<xsd:complexType name="TypedElementType">
  <xsd:complexContent>
    <xsd:extension base="AttributedElementType">
      <xsd:sequence>
        <xsd:element ref="type" minOccurs="0"/>
        <xsd:element ref="attr" minOccurs="0" maxOccurs="unbounded"/>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>