Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type typed-text
Namespace No namespace
Annotations
The typed-text type represents a text element with a type attributes.
Diagram
Diagram musicxml140.tmp#id256
Type extension of xs:string
Used by
Attributes
QName Type Fixed Default Use Annotation
type xs:string optional
Source
<xs:complexType name="typed-text">
  <xs:annotation>
    <xs:documentation>The typed-text type represents a text element with a type attributes.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute name="type" type="xs:string"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute typed-text/@type
Namespace No namespace
Type xs:string
Properties
content: simple
Used by
Complex Type typed-text
Source
<xs:attribute name="type" type="xs:string"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd