relation

Complex Type Information

Model

(kind) | (resource) |
Children: kind, resource

Used By

Source

<xs:complexType name="relation">
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:group ref="kind"/>
    <xs:group ref="resource"/>
    <xs:group ref="ex:customElements"/>
  </xs:choice>
  <xs:attributeGroup ref="ag:relation"/>
  <xs:attributeGroup ref="ex:customAttributes"/>
</xs:complexType>