Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Simple Type line-shape
Namespace No namespace
Annotations
The line-shape type distinguishes between straight and curved lines.
Diagram
Diagram
Type restriction of xs:token
Facets
enumeration straight, curved
Used by
Source
<xs:simpleType name="line-shape">
  <xs:annotation>
    <xs:documentation>The line-shape type distinguishes between straight and curved lines.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:token">
    <xs:enumeration value="straight"/>
    <xs:enumeration value="curved"/>
  </xs:restriction>
</xs:simpleType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute line-shape/@line-shape
Namespace No namespace
Type line-shape
Properties
content: simple
Facets
enumeration straight, curved
Used by
Attribute Group line-shape
Source
<xs:attribute name="line-shape" type="line-shape"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute Group line-shape
Namespace No namespace
Diagram
Diagram musicxml135.tmp#id126
Used by
Complex Types empty-line, tuplet
Attributes
QName Type Fixed Default Use Annotation
line-shape line-shape optional
Source
<xs:attributeGroup name="line-shape">
  <xs:annotation>
    <xs:documentation>The line-shape attribute distinguishes between straight and curved lines.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="line-shape" type="line-shape"/>
</xs:attributeGroup>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd