Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Complex Type midi-device
Namespace No namespace
Annotations
The midi-device type corresponds to the DeviceName meta event in Standard MIDI Files. The optional port attribute is a number from 1 to 16 that can be used with the unofficial MIDI port (or cable) meta event.
Diagram
Diagram musicxml159.tmp#id865
Type extension of xs:string
Used by
Attributes
QName Type Fixed Default Use Annotation
port midi-16 optional
Source
<xs:complexType name="midi-device">
  <xs:annotation>
    <xs:documentation>The midi-device type corresponds to the DeviceName meta event in Standard MIDI Files. The optional port attribute is a number from 1 to 16 that can be used with the unofficial MIDI port (or cable) meta event.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attribute name="port" type="midi-16"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd
Attribute midi-device/@port
Namespace No namespace
Type midi-16
Properties
content: simple
Facets
maxInclusive 16
minInclusive 1
Used by
Complex Type midi-device
Source
<xs:attribute name="port" type="midi-16"/>
Schema location file:/C:/Users/mihai/Desktop/MusicXML-Schema/musicxml.xsd