<xsd:simpleType id="st.alternativeTypeType" name="alternativeTypeType">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">The type of an alternative.</h:div>
<h:div class="general" xmlns:h="http://www.w3.org/1999/xhtml">This adds semantics to an _alternative_ and might be used by an RDF or related engine.</h:div>
</xsd:documentation>
</xsd:annotation>
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="synonym" />
<xsd:enumeration value="quasi-synonym" />
<xsd:enumeration value="acronym" />
<xsd:enumeration value="abbreviation" />
<xsd:enumeration value="homonym" />
<xsd:enumeration value="identifier" />
</xsd:restriction>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="namespaceRefType" />
</xsd:simpleType>
</xsd:union>
</xsd:simpleType>
|