<xs:element name="signConvention">
<xs:annotation>
<xs:documentation xml:lang="en">Indicates the binary representation of numbers</xs:documentation>
<xs:appinfo>
<identifier>http://w3id.org/meta-share/meta-share/signConvention</identifier>
<label xml:lang="en">sign convention</label>
</xs:appinfo>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:anyURI">
<xs:enumeration value="http://w3id.org/meta-share/meta-share/floatingPoint">
<xs:annotation>
<xs:appinfo>
<identifier>http://w3id.org/meta-share/meta-share/floatingPoint</identifier>
<label xml:lang="en">floating point</label>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="http://w3id.org/meta-share/meta-share/signedInteger">
<xs:annotation>
<xs:appinfo>
<identifier>http://w3id.org/meta-share/meta-share/signedInteger</identifier>
<label xml:lang="en">signed integer</label>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="http://w3id.org/meta-share/meta-share/unsignedInteger">
<xs:annotation>
<xs:appinfo>
<identifier>http://w3id.org/meta-share/meta-share/unsignedInteger</identifier>
<label xml:lang="en">unsigned integer</label>
</xs:appinfo>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>
</xs:element> |