Definition Type Element
Name systemInstance
Namespace urn:org:dx-competition:system
Abstract False
MinOccurs (1)
MaxOccurs unbounded
Documentation Identifies a system in a given configuration.
XSD Schema .\DXCSystemCatalogSchema.xsd
XSD Schema Diagram
XSD Schema Code
<xs:element maxOccurs="unbounded" name="systemInstance" >
  <xs:annotation>
    <xs:documentation>Identifies a system in a given configuration.</xs:documentation>
  </xs:annotation>

  <xs:complexType>
    <xs:attribute name="id" use="required"/>
    <xs:attribute name="system" type="xs:Name" use="required">
      <xs:annotation>
        <xs:documentation>Reference to a &lt;system> element.</xs:documentation>
      </xs:annotation>

    </xs:attribute>

    <xs:attribute name="configuration" type="xs:Name" use="optional">
      <xs:annotation>
        <xs:documentation>Reference to a &amp;lt;modularConnectionSet&amp;gt;. Must be contained in the configurationCatalog of the specified system.</xs:documentation>
      </xs:annotation>

    </xs:attribute>

  </xs:complexType>

</xs:element>
Child Attributes
Name Type Default Value Use
Derivation Tree
[No Sub Types]
systemInstance
    [No Super Types]
Generated using Liquid XML Studio by Liquid Technologies Ltd