Showing:

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