Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element work/work-number
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="work-number" type="xs:string" minOccurs="0"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element work/work-title
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="work-title" type="xs:string" minOccurs="0"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element work/opus
Namespace No namespace
Diagram
Diagram musicxml17.tmp#id184 musicxml18.tmp#id866
Type opus
Properties
content: complex
minOccurs: 0
Attributes
QName Type Fixed Default Use Annotation
type simple optional
xlink:actuate restriction of xs:NMTOKEN onRequest optional
xlink:href xs:anyURI required
xlink:role xs:token optional
xlink:show restriction of xs:NMTOKEN replace optional
xlink:title xs:token optional
Source
<xs:element name="opus" type="opus" minOccurs="0"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Complex Type work
Namespace No namespace
Annotations
Works are optionally identified by number and title. The work type also may indicate a link to the opus document that composes multiple scores into a collection.
Diagram
Diagram musicxml195.tmp#id901 musicxml195.tmp#id902 musicxml195.tmp#id903
Used by
Model work-number{0,1} , work-title{0,1} , opus{0,1}
Children opus, work-number, work-title
Source
<xs:complexType name="work">
  <xs:annotation>
    <xs:documentation>Works are optionally identified by number and title. The work type also may indicate a link to the opus document that composes multiple scores into a collection.</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="work-number" type="xs:string" minOccurs="0"/>
    <xs:element name="work-title" type="xs:string" minOccurs="0"/>
    <xs:element name="opus" type="opus" minOccurs="0"/>
  </xs:sequence>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd