Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type rotation-degrees
Namespace No namespace
Annotations
The rotation-degrees type specifies rotation around an alignment point n degrees. The value is a number ranging from -180 to 180. Positive values are clockwise rotations, while negative values are counter-clockwise rotations.
Diagram
Diagram
Type restriction of xs:decimal
Facets
maxInclusive 180
minInclusive -180
Used by
Source
<xs:simpleType name="rotation-degrees">
  <xs:annotation>
    <xs:documentation>The rotation-degrees type specifies rotation around an alignment point n degrees. The value is a number ranging from -180 to 180. Positive values are clockwise rotations, while negative values are counter-clockwise rotations.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:decimal">
    <xs:minInclusive value="-180"/>
    <xs:maxInclusive value="180"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd