Schema types.xsd


schema location:  http://www.isr.uci.edu/projects/xarchuci/ext/types.xsd
targetNamespace:  http://www.ics.uci.edu/pub/arch/xArch/types.xsd
 
Elements  Complex types 
archStructure  ArchStructure 
archTypes  ArchTypes 
Component 
ComponentType 
Connector 
ConnectorType 
Interface 
InterfaceType 
Link 
PrescribedComponentInstance 
PrescribedConnectorInstance 
PrescribedInterfaceInstance 
Signature 
SignatureInterfaceMapping 
SubArchitecture 


schema location:  http://www.ics.uci.edu/pub/arch/xarch/schemas/instance.xsd
targetNamespace:  http://www.ics.uci.edu/pub/arch/xArch/instance.xsd
 
Elements  Complex types  Simple types 
archInstance  ArchInstance  Identifier 
xArch  ComponentInstance 
ConnectorInstance 
Description 
Direction 
Group 
InterfaceInstance 
InterfaceInstanceMapping 
LinkInstance 
Point 
SubArchitecture 
XMLLink 


schema location:  http://www.ics.uci.edu/pub/arch/xarch/schemas/xlink.xsd
targetNamespace:  http://www.w3.org/1999/xlink
 


element archStructure
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/types.xsd
type ArchStructure
children description component connector link group
attributes
Name  Type  Use  Value  
id  archinstance:Identifier      
source
<xsd:element name="archStructure" type="ArchStructure"/>

element archTypes
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/types.xsd
type ArchTypes
children componentType connectorType interfaceType
source
<xsd:element name="archTypes" type="ArchTypes"/>

complexType ArchStructure
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/types.xsd
children description component connector link group
used by
element archStructure
attributes
Name  Type  Use  Value  
id  archinstance:Identifier      
source
<xsd:complexType name="ArchStructure">
  <xsd:sequence>
    <xsd:element name="description" type="archinstance:Description"/>
    <xsd:element name="component" type="Component" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element name="connector" type="Connector" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element name="link" type="Link" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element name="group" type="archinstance:Group" minOccurs="0" maxOccurs="unbounded"/>
  </xsd:sequence>
  <xsd:attribute name="id" type="archinstance:Identifier"/>
</xsd:complexType>

element ArchStructure/description
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/types.xsd
type archinstance:Description
source
<xsd:element name="description" type="archinstance:Description"/>

element ArchStructure/component
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/types.xsd
type Component
children description interface type
attributes
Name  Type  Use  Value  
id  archinstance:Identifier      
source
<xsd:element name="component" type="Component" minOccurs="0" maxOccurs="unbounded"/>

element ArchStructure/connector
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/types.xsd
type Connector
children description interface type
attributes
Name  Type  Use  Value  
id  archinstance:Identifier      
source
<xsd:element name="connector" type="Connector" minOccurs="0" maxOccurs="unbounded"/>

element ArchStructure/link
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/types.xsd
type Link
children description point
attributes
Name  Type  Use  Value  
id  archinstance:Identifier      
source
<xsd:element name="link" type="Link" minOccurs="0" maxOccurs="unbounded"/>

element ArchStructure/group
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/types.xsd
type archinstance:Group
children description member
attributes
Name  Type  Use  Value  
id  Identifier      
source
<xsd:element name="group" type="archinstance:Group" minOccurs="0" maxOccurs="unbounded"/>

complexType ArchTypes
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/types.xsd
children componentType connectorType interfaceType
used by
element archTypes
source
<xsd:complexType name="ArchTypes">
  <xsd:sequence>
    <xsd:element name="componentType" type="ComponentType" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element name="connectorType" type="ConnectorType" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element name="interfaceType" type="InterfaceType" minOccurs="0" maxOccurs="unbounded"/>
  </xsd:sequence>
</xsd:complexType>

element ArchTypes/componentType
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/types.xsd
type ComponentType
children description signature subArchitecture
attributes
Name  Type  Use  Value  
id  archinstance:Identifier      
source
<xsd:element name="componentType" type="ComponentType" minOccurs="0" maxOccurs="unbounded"/>

element ArchTypes/connectorType
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/types.xsd
type ConnectorType
children description signature subArchitecture
attributes
Name  Type  Use  Value  
id  archinstance:Identifier      
source
<xsd:element name="connectorType" type="ConnectorType" minOccurs="0" maxOccurs="unbounded"/>

element ArchTypes/interfaceType
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/types.xsd
type InterfaceType
children description
attributes
Name  Type  Use  Value  
id  archinstance:Identifier      
source
<xsd:element name="interfaceType" type="InterfaceType" minOccurs="0" maxOccurs="unbounded"/>

complexType Component
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/types.xsd
children description interface type
used by
element ArchStructure/component
attributes
Name  Type  Use  Value  
id  archinstance:Identifier      
source
<xsd:complexType name="Component">
  <xsd:sequence>
    <xsd:element name="description" type="archinstance:Description"/>
    <xsd:element name="interface" type="Interface" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element name="type" type="archinstance:XMLLink" minOccurs="0" maxOccurs="unbounded"/>
  </xsd:sequence>
  <xsd:attribute name="id" type="archinstance:Identifier"/>
</xsd:complexType>

element Component/description
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/types.xsd
type archinstance:Description
source
<xsd:element name="description" type="archinstance:Description"/>

element Component/interface
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/types.xsd
type Interface
children description direction type
attributes
Name  Type  Use  Value  
id  archinstance:Identifier      
source
<xsd:element name="interface" type="Interface" minOccurs="0" maxOccurs="unbounded"/>

element Component/type
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/types.xsd
type archinstance:XMLLink
attributes
Name  Type  Use  Value  
xlink:type  xsd:string      
xlink:href  xsd:uriReference      
source
<xsd:element name="type" type="archinstance:XMLLink" minOccurs="0" maxOccurs="unbounded"/>

complexType ComponentType
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/types.xsd
children description signature subArchitecture
used by
element ArchTypes/componentType
attributes
Name  Type  Use  Value  
id  archinstance:Identifier      
source
<xsd:complexType name="ComponentType">
  <xsd:sequence>
    <xsd:element name="description" type="archinstance:Description"/>
    <xsd:element name="signature" type="Signature" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element name="subArchitecture" type="SubArchitecture" minOccurs="0"/>
  </xsd:sequence>
  <xsd:attribute name="id" type="archinstance:Identifier"/>
</xsd:complexType>

element ComponentType/description
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/types.xsd
type archinstance:Description
source
<xsd:element name="description" type="archinstance:Description"/>

element ComponentType/signature
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/types.xsd
type Signature
children direction type
source
<xsd:element name="signature" type="Signature" minOccurs="0" maxOccurs="unbounded"/>

element ComponentType/subArchitecture
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/types.xsd
type SubArchitecture
children archStructure signatureInterfaceMapping
source
<xsd:element name="subArchitecture" type="SubArchitecture" minOccurs="0"/>

complexType Connector
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/types.xsd
children description interface type
used by
element ArchStructure/connector
attributes
Name  Type  Use  Value  
id  archinstance:Identifier      
source
<xsd:complexType name="Connector">
  <xsd:sequence>
    <xsd:element name="description" type="archinstance:Description"/>
    <xsd:element name="interface" type="Interface" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element name="type" type="archinstance:XMLLink" minOccurs="0" maxOccurs="unbounded"/>
  </xsd:sequence>
  <xsd:attribute name="id" type="archinstance:Identifier"/>
</xsd:complexType>

element Connector/description
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/types.xsd
type archinstance:Description
source
<xsd:element name="description" type="archinstance:Description"/>

element Connector/interface
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/types.xsd
type Interface
children description direction type
attributes
Name  Type  Use  Value  
id  archinstance:Identifier      
source
<xsd:element name="interface" type="Interface" minOccurs="0" maxOccurs="unbounded"/>

element Connector/type
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/types.xsd
type archinstance:XMLLink
attributes
Name  Type  Use  Value  
xlink:type  xsd:string      
xlink:href  xsd:uriReference      
source
<xsd:element name="type" type="archinstance:XMLLink" minOccurs="0" maxOccurs="unbounded"/>

complexType ConnectorType
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/types.xsd
children description signature subArchitecture
used by
element ArchTypes/connectorType
attributes
Name  Type  Use  Value  
id  archinstance:Identifier      
source
<xsd:complexType name="ConnectorType">
  <xsd:sequence>
    <xsd:element name="description" type="archinstance:Description"/>
    <xsd:element name="signature" type="Signature" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element name="subArchitecture" type="SubArchitecture" minOccurs="0"/>
  </xsd:sequence>
  <xsd:attribute name="id" type="archinstance:Identifier"/>
</xsd:complexType>

element ConnectorType/description
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/types.xsd
type archinstance:Description
source
<xsd:element name="description" type="archinstance:Description"/>

element ConnectorType/signature
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/types.xsd
type Signature
children direction type
source
<xsd:element name="signature" type="Signature" minOccurs="0" maxOccurs="unbounded"/>

element ConnectorType/subArchitecture
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/types.xsd
type SubArchitecture
children archStructure signatureInterfaceMapping
source
<xsd:element name="subArchitecture" type="SubArchitecture" minOccurs="0"/>

complexType Interface
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/types.xsd
children description direction type
used by
elements Component/interface Connector/interface
attributes
Name  Type  Use  Value  
id  archinstance:Identifier      
source
<xsd:complexType name="Interface">
  <xsd:sequence>
    <xsd:element name="description" type="archinstance:Description"/>
    <xsd:element name="direction" type="archinstance:Direction" minOccurs="0"/>
    <xsd:element name="type" type="archinstance:XMLLink" minOccurs="0" maxOccurs="unbounded"/>
  </xsd:sequence>
  <xsd:attribute name="id" type="archinstance:Identifier"/>
</xsd:complexType>

element Interface/description
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/types.xsd
type archinstance:Description
source
<xsd:element name="description" type="archinstance:Description"/>

element Interface/direction
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/types.xsd
type archinstance:Direction
facets
enumeration none
enumeration in
enumeration out
enumeration inout
source
<xsd:element name="direction" type="archinstance:Direction" minOccurs="0"/>

element Interface/type
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/types.xsd
type archinstance:XMLLink
attributes
Name  Type  Use  Value  
xlink:type  xsd:string      
xlink:href  xsd:uriReference      
source
<xsd:element name="type" type="archinstance:XMLLink" minOccurs="0" maxOccurs="unbounded"/>

complexType InterfaceType
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/types.xsd
children description
used by
element ArchTypes/interfaceType
attributes
Name  Type  Use  Value  
id  archinstance:Identifier      
source
<xsd:complexType name="InterfaceType">
  <xsd:sequence>
    <xsd:element name="description" type="archinstance:Description"/>
  </xsd:sequence>
  <xsd:attribute name="id" type="archinstance:Identifier"/>
</xsd:complexType>

element InterfaceType/description
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/types.xsd
type archinstance:Description
source
<xsd:element name="description" type="archinstance:Description"/>

complexType Link
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/types.xsd
children description point
used by
element ArchStructure/link
attributes
Name  Type  Use  Value  
id  archinstance:Identifier      
source
<xsd:complexType name="Link">
  <xsd:sequence>
    <xsd:element name="description" type="archinstance:Description"/>
    <xsd:element name="point" type="archinstance:Point" minOccurs="2" maxOccurs="2"/>
  </xsd:sequence>
  <xsd:attribute name="id" type="archinstance:Identifier"/>
</xsd:complexType>

element Link/description
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/types.xsd
type archinstance:Description
source
<xsd:element name="description" type="archinstance:Description"/>

element Link/point
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/types.xsd
type archinstance:Point
children anchorOnInterface
source
<xsd:element name="point" type="archinstance:Point" minOccurs="2" maxOccurs="2"/>

complexType PrescribedComponentInstance
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/types.xsd
type extension of archinstance:ComponentInstance
children description interfaceInstance subArchitecture structure
attributes
Name  Type  Use  Value  
id  Identifier      
source
<xsd:complexType name="PrescribedComponentInstance">
  <xsd:complexContent>
    <xsd:extension base="archinstance:ComponentInstance">
      <xsd:sequence>
        <xsd:element name="structure" type="archinstance:XMLLink" minOccurs="0"/>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>

element PrescribedComponentInstance/structure
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/types.xsd
type archinstance:XMLLink
attributes
Name  Type  Use  Value  
xlink:type  xsd:string      
xlink:href  xsd:uriReference      
source
<xsd:element name="structure" type="archinstance:XMLLink" minOccurs="0"/>

complexType PrescribedConnectorInstance
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/types.xsd
type extension of archinstance:ConnectorInstance
children description interfaceInstance subArchitecture structure
attributes
Name  Type  Use  Value  
id  Identifier      
source
<xsd:complexType name="PrescribedConnectorInstance">
  <xsd:complexContent>
    <xsd:extension base="archinstance:ConnectorInstance">
      <xsd:sequence>
        <xsd:element name="structure" type="archinstance:XMLLink" minOccurs="0"/>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>

element PrescribedConnectorInstance/structure
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/types.xsd
type archinstance:XMLLink
attributes
Name  Type  Use  Value  
xlink:type  xsd:string      
xlink:href  xsd:uriReference      
source
<xsd:element name="structure" type="archinstance:XMLLink" minOccurs="0"/>

complexType PrescribedInterfaceInstance
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/types.xsd
type extension of archinstance:InterfaceInstance
children description direction structure
attributes
Name  Type  Use  Value  
id  Identifier      
source
<xsd:complexType name="PrescribedInterfaceInstance">
  <xsd:complexContent>
    <xsd:extension base="archinstance:InterfaceInstance">
      <xsd:sequence>
        <xsd:element name="structure" type="archinstance:XMLLink" minOccurs="0"/>
      </xsd:sequence>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>

element PrescribedInterfaceInstance/structure
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/types.xsd
type archinstance:XMLLink
attributes
Name  Type  Use  Value  
xlink:type  xsd:string      
xlink:href  xsd:uriReference      
source
<xsd:element name="structure" type="archinstance:XMLLink" minOccurs="0"/>

complexType Signature
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/types.xsd
children direction type
used by
elements ComponentType/signature ConnectorType/signature
source
<xsd:complexType name="Signature">
  <xsd:sequence>
    <xsd:element name="direction" type="archinstance:Direction" minOccurs="0"/>
    <xsd:element name="type" type="archinstance:XMLLink"/>
  </xsd:sequence>
</xsd:complexType>

element Signature/direction
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/types.xsd
type archinstance:Direction
facets
enumeration none
enumeration in
enumeration out
enumeration inout
source
<xsd:element name="direction" type="archinstance:Direction" minOccurs="0"/>

element Signature/type
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/types.xsd
type archinstance:XMLLink
attributes
Name  Type  Use  Value  
xlink:type  xsd:string      
xlink:href  xsd:uriReference      
source
<xsd:element name="type" type="archinstance:XMLLink"/>

complexType SignatureInterfaceMapping
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/types.xsd
children outerSignature innerInterface
used by
element SubArchitecture/signatureInterfaceMapping
source
<xsd:complexType name="SignatureInterfaceMapping">
  <xsd:sequence>
    <xsd:element name="outerSignature" type="archinstance:XMLLink"/>
    <xsd:element name="innerInterface" type="archinstance:XMLLink"/>
  </xsd:sequence>
</xsd:complexType>

element SignatureInterfaceMapping/outerSignature
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/types.xsd
type archinstance:XMLLink
attributes
Name  Type  Use  Value  
xlink:type  xsd:string      
xlink:href  xsd:uriReference      
source
<xsd:element name="outerSignature" type="archinstance:XMLLink"/>

element SignatureInterfaceMapping/innerInterface
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/types.xsd
type archinstance:XMLLink
attributes
Name  Type  Use  Value  
xlink:type  xsd:string      
xlink:href  xsd:uriReference      
source
<xsd:element name="innerInterface" type="archinstance:XMLLink"/>

complexType SubArchitecture
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/types.xsd
children archStructure signatureInterfaceMapping
used by
elements ComponentType/subArchitecture ConnectorType/subArchitecture
source
<xsd:complexType name="SubArchitecture">
  <xsd:sequence>
    <xsd:element name="archStructure" type="archinstance:XMLLink"/>
    <xsd:element name="signatureInterfaceMapping" type="SignatureInterfaceMapping" minOccurs="0" maxOccurs="unbounded"/>
  </xsd:sequence>
</xsd:complexType>

element SubArchitecture/archStructure
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/types.xsd
type archinstance:XMLLink
attributes
Name  Type  Use  Value  
xlink:type  xsd:string      
xlink:href  xsd:uriReference      
source
<xsd:element name="archStructure" type="archinstance:XMLLink"/>

element SubArchitecture/signatureInterfaceMapping
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/types.xsd
type SignatureInterfaceMapping
children outerSignature innerInterface
source
<xsd:element name="signatureInterfaceMapping" type="SignatureInterfaceMapping" minOccurs="0" maxOccurs="unbounded"/>

element archinstance:archInstance
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/instance.xsd
type archinstance:ArchInstance
children description componentInstance connectorInstance linkInstance group
attributes
Name  Type  Use  Value  
id  Identifier      
source
<xsd:element name="archInstance" type="ArchInstance"/>

element archinstance:xArch
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/instance.xsd
source
<xsd:element name="xArch">
  <xsd:complexType>
    <xsd:sequence>
      <xsd:any namespace="##any" minOccurs="0" maxOccurs="unbounded"/>
    </xsd:sequence>
  </xsd:complexType>
</xsd:element>

complexType archinstance:ArchInstance
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/instance.xsd
children description componentInstance connectorInstance linkInstance group
used by
elements archinstance:SubArchitecture/archInstance archinstance:archInstance
attributes
Name  Type  Use  Value  
id  Identifier      
source
<xsd:complexType name="ArchInstance">
  <xsd:sequence>
    <xsd:element name="description" type="Description"/>
    <xsd:element name="componentInstance" type="ComponentInstance" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element name="connectorInstance" type="ConnectorInstance" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element name="linkInstance" type="LinkInstance" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element name="group" type="Group" minOccurs="0" maxOccurs="unbounded"/>
  </xsd:sequence>
  <xsd:attribute name="id" type="Identifier"/>
</xsd:complexType>

element archinstance:ArchInstance/description
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/instance.xsd
type archinstance:Description
source
<xsd:element name="description" type="Description"/>

element archinstance:ArchInstance/componentInstance
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/instance.xsd
type archinstance:ComponentInstance
children description interfaceInstance subArchitecture
attributes
Name  Type  Use  Value  
id  Identifier      
source
<xsd:element name="componentInstance" type="ComponentInstance" minOccurs="0" maxOccurs="unbounded"/>

element archinstance:ArchInstance/connectorInstance
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/instance.xsd
type archinstance:ConnectorInstance
children description interfaceInstance subArchitecture
attributes
Name  Type  Use  Value  
id  Identifier      
source
<xsd:element name="connectorInstance" type="ConnectorInstance" minOccurs="0" maxOccurs="unbounded"/>

element archinstance:ArchInstance/linkInstance
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/instance.xsd
type archinstance:LinkInstance
children description point
attributes
Name  Type  Use  Value  
id  Identifier      
source
<xsd:element name="linkInstance" type="LinkInstance" minOccurs="0" maxOccurs="unbounded"/>

element archinstance:ArchInstance/group
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/instance.xsd
type archinstance:Group
children description member
attributes
Name  Type  Use  Value  
id  Identifier      
source
<xsd:element name="group" type="Group" minOccurs="0" maxOccurs="unbounded"/>

complexType archinstance:ComponentInstance
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/instance.xsd
children description interfaceInstance subArchitecture
used by
element archinstance:ArchInstance/componentInstance
complexType PrescribedComponentInstance
attributes
Name  Type  Use  Value  
id  Identifier      
source
<xsd:complexType name="ComponentInstance">
  <xsd:sequence>
    <xsd:element name="description" type="Description"/>
    <xsd:element name="interfaceInstance" type="InterfaceInstance" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element name="subArchitecture" type="SubArchitecture" minOccurs="0"/>
  </xsd:sequence>
  <xsd:attribute name="id" type="Identifier"/>
</xsd:complexType>

element archinstance:ComponentInstance/description
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/instance.xsd
type archinstance:Description
source
<xsd:element name="description" type="Description"/>

element archinstance:ComponentInstance/interfaceInstance
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/instance.xsd
type archinstance:InterfaceInstance
children description direction
attributes
Name  Type  Use  Value  
id  Identifier      
source
<xsd:element name="interfaceInstance" type="InterfaceInstance" minOccurs="0" maxOccurs="unbounded"/>

element archinstance:ComponentInstance/subArchitecture
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/instance.xsd
type archinstance:SubArchitecture
children archInstance interfaceInstanceMapping
source
<xsd:element name="subArchitecture" type="SubArchitecture" minOccurs="0"/>

complexType archinstance:ConnectorInstance
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/instance.xsd
children description interfaceInstance subArchitecture
used by
element archinstance:ArchInstance/connectorInstance
complexType PrescribedConnectorInstance
attributes
Name  Type  Use  Value  
id  Identifier      
source
<xsd:complexType name="ConnectorInstance">
  <xsd:sequence>
    <xsd:element name="description" type="Description"/>
    <xsd:element name="interfaceInstance" type="InterfaceInstance" minOccurs="0" maxOccurs="unbounded"/>
    <xsd:element name="subArchitecture" type="SubArchitecture" minOccurs="0"/>
  </xsd:sequence>
  <xsd:attribute name="id" type="Identifier"/>
</xsd:complexType>

element archinstance:ConnectorInstance/description
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/instance.xsd
type archinstance:Description
source
<xsd:element name="description" type="Description"/>

element archinstance:ConnectorInstance/interfaceInstance
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/instance.xsd
type archinstance:InterfaceInstance
children description direction
attributes
Name  Type  Use  Value  
id  Identifier      
source
<xsd:element name="interfaceInstance" type="InterfaceInstance" minOccurs="0" maxOccurs="unbounded"/>

element archinstance:ConnectorInstance/subArchitecture
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/instance.xsd
type archinstance:SubArchitecture
children archInstance interfaceInstanceMapping
source
<xsd:element name="subArchitecture" type="SubArchitecture" minOccurs="0"/>

complexType archinstance:Description
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/instance.xsd
type extension of xsd:string
used by
elements Interface/description Component/description Connector/description Link/description ArchStructure/description ComponentType/description ConnectorType/description InterfaceType/description archinstance:InterfaceInstance/description archinstance:ComponentInstance/description archinstance:ConnectorInstance/description archinstance:LinkInstance/description archinstance:Group/description archinstance:ArchInstance/description
source
<xsd:complexType name="Description">
  <xsd:simpleContent>
    <xsd:extension base="xsd:string"/>
  </xsd:simpleContent>
</xsd:complexType>

complexType archinstance:Direction
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/instance.xsd
type restriction of xsd:string
used by
elements Interface/direction Signature/direction archinstance:InterfaceInstance/direction
facets
enumeration none
enumeration in
enumeration out
enumeration inout
source
<xsd:complexType name="Direction">
  <xsd:simpleContent>
    <xsd:restriction base="xsd:string">
      <xsd:enumeration value="none"/>
      <xsd:enumeration value="in"/>
      <xsd:enumeration value="out"/>
      <xsd:enumeration value="inout"/>
    </xsd:restriction>
  </xsd:simpleContent>
</xsd:complexType>

complexType archinstance:Group
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/instance.xsd
children description member
used by
elements ArchStructure/group archinstance:ArchInstance/group
attributes
Name  Type  Use  Value  
id  Identifier      
source
<xsd:complexType name="Group">
  <xsd:sequence>
    <xsd:element name="description" type="Description"/>
    <xsd:element name="member" type="XMLLink" minOccurs="0" maxOccurs="unbounded"/>
  </xsd:sequence>
  <xsd:attribute name="id" type="Identifier"/>
</xsd:complexType>

element archinstance:Group/description
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/instance.xsd
type archinstance:Description
source
<xsd:element name="description" type="Description"/>

element archinstance:Group/member
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/instance.xsd
type archinstance:XMLLink
attributes
Name  Type  Use  Value  
xlink:type  xsd:string      
xlink:href  xsd:uriReference      
source
<xsd:element name="member" type="XMLLink" minOccurs="0" maxOccurs="unbounded"/>

complexType archinstance:InterfaceInstance
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/instance.xsd
children description direction
used by
elements archinstance:ComponentInstance/interfaceInstance archinstance:ConnectorInstance/interfaceInstance
complexType PrescribedInterfaceInstance
attributes
Name  Type  Use  Value  
id  Identifier      
source
<xsd:complexType name="InterfaceInstance">
  <xsd:sequence>
    <xsd:element name="description" type="Description"/>
    <xsd:element name="direction" type="Direction" minOccurs="0"/>
  </xsd:sequence>
  <xsd:attribute name="id" type="Identifier"/>
</xsd:complexType>

element archinstance:InterfaceInstance/description
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/instance.xsd
type archinstance:Description
source
<xsd:element name="description" type="Description"/>

element archinstance:InterfaceInstance/direction
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/instance.xsd
type archinstance:Direction
facets
enumeration none
enumeration in
enumeration out
enumeration inout
source
<xsd:element name="direction" type="Direction" minOccurs="0"/>

complexType archinstance:InterfaceInstanceMapping
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/instance.xsd
children outerInterfaceInstance innerInterfaceInstance
used by
element archinstance:SubArchitecture/interfaceInstanceMapping
source
<xsd:complexType name="InterfaceInstanceMapping">
  <xsd:sequence>
    <xsd:element name="outerInterfaceInstance" type="XMLLink"/>
    <xsd:element name="innerInterfaceInstance" type="XMLLink"/>
  </xsd:sequence>
</xsd:complexType>

element archinstance:InterfaceInstanceMapping/outerInterfaceInstance
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/instance.xsd
type archinstance:XMLLink
attributes
Name  Type  Use  Value  
xlink:type  xsd:string      
xlink:href  xsd:uriReference      
source
<xsd:element name="outerInterfaceInstance" type="XMLLink"/>

element archinstance:InterfaceInstanceMapping/innerInterfaceInstance
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/instance.xsd
type archinstance:XMLLink
attributes
Name  Type  Use  Value  
xlink:type  xsd:string      
xlink:href  xsd:uriReference      
source
<xsd:element name="innerInterfaceInstance" type="XMLLink"/>

complexType archinstance:LinkInstance
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/instance.xsd
children description point
used by
element archinstance:ArchInstance/linkInstance
attributes
Name  Type  Use  Value  
id  Identifier      
source
<xsd:complexType name="LinkInstance">
  <xsd:sequence>
    <xsd:element name="description" type="Description"/>
    <xsd:element name="point" type="Point" minOccurs="2" maxOccurs="2"/>
  </xsd:sequence>
  <xsd:attribute name="id" type="Identifier"/>
</xsd:complexType>

element archinstance:LinkInstance/description
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/instance.xsd
type archinstance:Description
source
<xsd:element name="description" type="Description"/>

element archinstance:LinkInstance/point
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/instance.xsd
type archinstance:Point
children anchorOnInterface
source
<xsd:element name="point" type="Point" minOccurs="2" maxOccurs="2"/>

complexType archinstance:Point
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/instance.xsd
children anchorOnInterface
used by
elements Link/point archinstance:LinkInstance/point
source
<xsd:complexType name="Point">
  <xsd:sequence>
    <xsd:element name="anchorOnInterface" type="XMLLink"/>
  </xsd:sequence>
</xsd:complexType>

element archinstance:Point/anchorOnInterface
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/instance.xsd
type archinstance:XMLLink
attributes
Name  Type  Use  Value  
xlink:type  xsd:string      
xlink:href  xsd:uriReference      
source
<xsd:element name="anchorOnInterface" type="XMLLink"/>

complexType archinstance:SubArchitecture
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/instance.xsd
children archInstance interfaceInstanceMapping
used by
elements archinstance:ComponentInstance/subArchitecture archinstance:ConnectorInstance/subArchitecture
source
<xsd:complexType name="SubArchitecture">
  <xsd:sequence>
    <xsd:element name="archInstance" type="ArchInstance"/>
    <xsd:element name="interfaceInstanceMapping" type="InterfaceInstanceMapping" minOccurs="0" maxOccurs="unbounded"/>
  </xsd:sequence>
</xsd:complexType>

element archinstance:SubArchitecture/archInstance
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/instance.xsd
type archinstance:ArchInstance
children description componentInstance connectorInstance linkInstance group
attributes
Name  Type  Use  Value  
id  Identifier      
source
<xsd:element name="archInstance" type="ArchInstance"/>

element archinstance:SubArchitecture/interfaceInstanceMapping
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/instance.xsd
type archinstance:InterfaceInstanceMapping
children outerInterfaceInstance innerInterfaceInstance
source
<xsd:element name="interfaceInstanceMapping" type="InterfaceInstanceMapping" minOccurs="0" maxOccurs="unbounded"/>

complexType archinstance:XMLLink
diagram
namespace http://www.ics.uci.edu/pub/arch/xArch/instance.xsd
used by
elements archinstance:Point/anchorOnInterface SubArchitecture/archStructure SignatureInterfaceMapping/innerInterface archinstance:InterfaceInstanceMapping/innerInterfaceInstance archinstance:Group/member archinstance:InterfaceInstanceMapping/outerInterfaceInstance SignatureInterfaceMapping/outerSignature PrescribedComponentInstance/structure PrescribedConnectorInstance/structure PrescribedInterfaceInstance/structure Interface/type Component/type Connector/type Signature/type
attributes
Name  Type  Use  Value  
xlink:type  xsd:string      
xlink:href  xsd:uriReference      
source
<xsd:complexType name="XMLLink">
  <xsd:attribute ref="xlink:type"/>
  <xsd:attribute ref="xlink:href"/>
</xsd:complexType>

simpleType archinstance:Identifier
namespace http://www.ics.uci.edu/pub/arch/xArch/instance.xsd
type restriction of xsd:ID
used by
attributes Interface/@id Component/@id Connector/@id Link/@id ArchStructure/@id ComponentType/@id ConnectorType/@id InterfaceType/@id archinstance:InterfaceInstance/@id archinstance:ComponentInstance/@id archinstance:ConnectorInstance/@id archinstance:LinkInstance/@id archinstance:Group/@id archinstance:ArchInstance/@id
facets
minLength 1
source
<xsd:simpleType name="Identifier">
  <xsd:restriction base="xsd:ID">
    <xsd:minLength value="1"/>
  </xsd:restriction>
</xsd:simpleType>


XML Schema documentation generated with
XML Spy Schema Editor www.xmlspy.com