Instruments

This element lists all the child instruments on a parent instrument

Element Information

Model

Children: Location

Source

<xs:element name="Instruments" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">This element lists all the child instruments on a parent instrument</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="Location" minOccurs="0" maxOccurs="unbounded">
        <xs:annotation>
          <xs:documentation xml:lang="en">This element can be used to define location on an instrument</xs:documentation>
        </xs:annotation>
        <xs:complexType>
          <xs:sequence>
            <xs:element ref="Instrument" minOccurs="0"/>
          </xs:sequence>
          <xs:attribute name="Name" use="required">
            <xs:simpleType>
              <xs:restriction base="xs:string">
                <xs:minLength value="1"/>
              </xs:restriction>
            </xs:simpleType>
          </xs:attribute>
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>