Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element ms:signConvention
Namespace http://w3id.org/meta-share/meta-share/
Annotations
Indicates the binary representation of numbers
Diagram
Diagram
Type restriction of xs:anyURI
Properties
content simple
Facets
enumeration http://w3id.org/meta-share/meta-share/floatingPoint
enumeration http://w3id.org/meta-share/meta-share/signedInteger
enumeration http://w3id.org/meta-share/meta-share/unsignedInteger
Used by
Complex Type ms:AudioFormat
Source
<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>