| QName | Type | Fixed | Default | Use | Inheritable | Annotation |
|---|---|---|---|---|---|---|
| id | xsd:ID | optional |
| Element | typedElement |
| Complex Types | GraphElementType, graphType |
<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> |