<xsd:attribute name="language">
<xsd:annotation>
<xsd:documentation>
<p>Language of the map: one of three sublanguages defined by SBGN. Different languages have different restrictions on the usage of sub-elements (that are not encoded in this schema but must be validated with an external validator)</p>
</xsd:documentation>
</xsd:annotation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="entity relationship"/>
<xsd:enumeration value="process description"/>
<xsd:enumeration value="activity flow"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute> |