Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Element encoding/encoding-date
Namespace No namespace
Diagram
Diagram musicxml255.tmp#id48
Type yyyy-mm-dd
Properties
content: simple
Facets
pattern [^:Z]*
Source
<xs:element name="encoding-date" type="yyyy-mm-dd"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element encoding/encoder
Namespace No namespace
Diagram
Diagram musicxml140.tmp#id256 musicxml140.tmp#id255
Type typed-text
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
type xs:string optional
Source
<xs:element name="encoder" type="typed-text"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element encoding/software
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
Source
<xs:element name="software" type="xs:string"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element encoding/encoding-description
Namespace No namespace
Diagram
Diagram
Type xs:string
Properties
content: simple
Source
<xs:element name="encoding-description" type="xs:string"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Element encoding/supports
Namespace No namespace
Diagram
Diagram musicxml0.tmp#id599 musicxml0.tmp#id600 musicxml0.tmp#id601 musicxml0.tmp#id602 musicxml0.tmp#id598
Type supports
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
attribute xs:NMTOKEN optional
element xs:NMTOKEN required
type yes-no required
value xs:token optional
Source
<xs:element name="supports" type="supports"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Complex Type encoding
Namespace No namespace
Annotations
The encoding element contains information about who did the digital encoding, when, with what software, and in what aspects. Standard type values for the encoder element are music, words, and arrangement, but other types may be used. The type attribute is only needed when there are multiple encoder elements.
Diagram
Diagram musicxml22.tmp#id593 musicxml22.tmp#id594 musicxml22.tmp#id595 musicxml22.tmp#id596 musicxml22.tmp#id597
Used by
Model encoding-date | encoder | software | encoding-description | supports
Children encoder, encoding-date, encoding-description, software, supports
Source
<xs:complexType name="encoding">
  <xs:annotation>
    <xs:documentation>The encoding element contains information about who did the digital encoding, when, with what software, and in what aspects. Standard type values for the encoder element are music, words, and arrangement, but other types may be used. The type attribute is only needed when there are multiple encoder elements.</xs:documentation>
  </xs:annotation>
  <xs:choice minOccurs="0" maxOccurs="unbounded">
    <xs:element name="encoding-date" type="yyyy-mm-dd"/>
    <xs:element name="encoder" type="typed-text"/>
    <xs:element name="software" type="xs:string"/>
    <xs:element name="encoding-description" type="xs:string"/>
    <xs:element name="supports" type="supports"/>
  </xs:choice>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd