Showing:

Annotations
Attributes
Diagrams
Source
Used by
Complex Type placement-text
Namespace No namespace
Annotations
The placement-text type represents a text element with print-style and placement attribute groups.
Diagram
Diagram musicxml6.tmp#id142 musicxml7.tmp#id131
Type extension of xs:string
Used by
Attributes
QName Type Fixed Default Use Annotation
color color optional
default-x tenths optional
default-y tenths optional
font-family comma-separated-text optional
font-size font-size optional
font-style font-style optional
font-weight font-weight optional
placement above-below optional
relative-x tenths optional
relative-y tenths optional
Source
<xs:complexType name="placement-text">
  <xs:annotation>
    <xs:documentation>The placement-text type represents a text element with print-style and placement attribute groups.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attributeGroup ref="print-style"/>
      <xs:attributeGroup ref="placement"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd