Definition Type Complex Type
Name component
Namespace urn:org:dx-competition:system
Abstract False
XSD Schema .\DXCSystemCatalogSchema.xsd
XSD Schema Diagram
XSD Schema Code
<xs:complexType name="component" >
  <xs:sequence>
    <xs:element name="name" type="xs:Name"/>
    <xs:element name="componentType" type="xs:Name">
      <xs:annotation>
        <xs:documentation>Reference to a componentType in the componentCatalog. </xs:documentation>
      </xs:annotation>

    </xs:element>

    <xs:element minOccurs="0" name="testCost" type="xs:double">
      <xs:annotation>
        <xs:documentation>Cost incurred for testing a component for correctness (nominal behavior).</xs:documentation>
      </xs:annotation>

    </xs:element>

  </xs:sequence>

</xs:complexType>
Child Elements
Name Type Min Occurs Max Occurs
Derivation Tree
[No Sub Types]
component
    s:component
    s:commandable
References
s:component , s:commandable
Generated using Liquid XML Studio by Liquid Technologies Ltd