<xsd:element name="alternative" id="el.alternative">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">An alternative name for an entry.</h:div>
<h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">
At present a child of _entry_ which represents an alternative string that refers to the concept. There is a partial controlled vocabulary in _alternativeType_ with values such as :
<h:ul><h:li>synonym</h:li>
<h:li>acronym</h:li>
<h:li>abbreviation</h:li>
</h:ul>
</h:div>
<h:div class="example" href="alternative1.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attributeGroup ref="id" />
<xsd:attributeGroup ref="convention" />
<xsd:attributeGroup ref="alternativeType" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
</xsd:element>
|