<xs:element name="configuration" nillable="true">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="ex:include" />
<xs:element ref="ex:option" />
<xs:element ref="ex:type" />
<xs:element ref="ex:entity" />
</xs:choice>
<xs:attribute name="id" type="xs:ID" use="required" />
<xs:attribute name="targetNamespace" type="xs:anyURI" use="optional" />
<xs:attribute name="schema" type="xs:IDREF" use="optional" />
<xs:attribute name="configurationLocation" type="ex:Seq-anyURI" use="optional" />
</xs:complexType>
</xs:element>
|