Definition Type Element
Name configurationCatalog
Namespace urn:org:dx-competition:system
Abstract False
MinOccurs 0
MaxOccurs (1)
Documentation Contains the system's possible configurations. Provided for systems that have modular connections, such as components with plugs that can be swapped while leaving most of the system unchanged.
XSD Schema .\DXCSystemCatalogSchema.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element minOccurs="0" name="configurationCatalog" >
  <xs:annotation>
    <xs:documentation>Contains the system's possible configurations. Provided for systems that have modular connections, such as components with plugs that can be swapped while leaving most of the system unchanged.</xs:documentation>
  </xs:annotation>

  <xs:complexType>
    <xs:sequence>
      <xs:element maxOccurs="unbounded" name="modularConnectionSet">
        <xs:complexType>
          <xs:sequence>
            <xs:element name="name" type="xs:Name"/>
            <xs:element name="connections">
              <xs:complexType>
                <xs:sequence>
                  <xs:element maxOccurs="unbounded" name="connection" type="s:connection"/>
                </xs:sequence>

              </xs:complexType>

            </xs:element>

          </xs:sequence>

        </xs:complexType>

      </xs:element>

    </xs:sequence>

  </xs:complexType>

</xs:element>
Child Elements
Name Type Min Occurs Max Occurs
Derivation Tree
[No Sub Types]
configurationCatalog
    [No Super Types]
Generated using Liquid XML Studio by Liquid Technologies Ltd