Complex Type term.content

Namespace No namespace
Diagram
Element textElement Group textElement tmElement Group tm
Properties
mixed: true
Used by
Element Element term
Model (Element text) | (Element tm)
Children Element text, Element tm
Source
<xs:complexType name="term.content" mixed="true">
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:group ref="text"/>
    <xs:group ref="tm"/>
  </xs:choice>
</xs:complexType>