LanguageString

Complex Type Information

Model

Children: string

Used By

Source

<xs:complexType name="LanguageString">
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:element name="string" type="LangString"/>
    <xs:group ref="ex:customElements"/>
  </xs:choice>
  <xs:attributeGroup ref="ex:customAttributes"/>
</xs:complexType>