implementation

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
id ident required

Used By

Element Group simpleModel

Source

<xs:element name="implementation">
  <xs:complexType>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:group ref="dc_elements"/>
      <xs:element ref="reference"/>
      <xs:element ref="package"/>
      <xs:element ref="command"/>
      <xs:element ref="requirements"/>
    </xs:choice>
    <xs:attribute name="id" use="required" type="ident"/>
  </xs:complexType>
</xs:element>

Sample