annotation

Complex Type Information

Model

(entity) | (date) | (description) |
Children: date, description, entity

Used By

Source

<xs:complexType name="annotation">
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:group ref="entity"/>
    <xs:group ref="date"/>
    <xs:group ref="description"/>
    <xs:group ref="ex:customElements"/>
  </xs:choice>
  <xs:attributeGroup ref="ag:annotation"/>
  <xs:attributeGroup ref="ex:customAttributes"/>
</xs:complexType>