| schema location: | C:\Documents and Settings\Administrator\Desktop\boolguard.xsd |
| targetNamespace: | http://www.ics.uci.edu/pub/arch/xArch/boolguard.xsd |
| Complex types | Simple types |
| And | Symbol |
| Bool | Value |
| BooleanExp | |
| BooleanGuard | |
| Equals | |
| GreaterThan | |
| GreaterThanOrEquals | |
| InRange | |
| InSet | |
| LessThan | |
| LessThanOrEquals | |
| Not | |
| NotEquals | |
| Or | |
| Paren |
| schema location: | http://www.isr.uci.edu/projects/xarchuci/ext/options.xsd |
| targetNamespace: | http://www.ics.uci.edu/pub/arch/xArch/options.xsd |
| Complex types |
| Guard |
| Optional |
| OptionalComponent |
| OptionalConnector |
| OptionalLink |
| schema location: | http://www.isr.uci.edu/projects/xarchuci/ext/types.xsd |
| targetNamespace: | http://www.ics.uci.edu/pub/arch/xArch/types.xsd |
| 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 |
| diagram | ![]() |
||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/boolguard.xsd | ||
| children | booleanExp1 booleanExp2 | ||
| used by |
|
||
| source | <xsd:complexType name="And"> <xsd:sequence> <xsd:element name="booleanExp1" type="BooleanExp"/> <xsd:element name="booleanExp2" type="BooleanExp"/> </xsd:sequence> </xsd:complexType> |
| diagram | ![]() |
| type | BooleanExp |
| children | and or not greaterThan greaterThanOrEquals lessThan lessThanOrEquals equals notEquals inSet inRange bool parenExp |
| source | <xsd:element name="booleanExp1" type="BooleanExp"/> |
| diagram | ![]() |
| type | BooleanExp |
| children | and or not greaterThan greaterThanOrEquals lessThan lessThanOrEquals equals notEquals inSet inRange bool parenExp |
| source | <xsd:element name="booleanExp2" type="BooleanExp"/> |
| diagram | |||||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/boolguard.xsd | ||||
| type | restriction of xsd:string | ||||
| used by |
|
||||
| facets |
|
||||
| source | <xsd:complexType name="Bool"> <xsd:simpleContent> <xsd:restriction base="xsd:string"> <xsd:enumeration value="true"/> <xsd:enumeration value="false"/> </xsd:restriction> </xsd:simpleContent> </xsd:complexType> |
| diagram | ![]() |
||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/boolguard.xsd | ||
| children | and or not greaterThan greaterThanOrEquals lessThan lessThanOrEquals equals notEquals inSet inRange bool parenExp | ||
| used by |
|
||
| source | <xsd:complexType name="BooleanExp"> <xsd:choice> <xsd:element name="and" type="And"/> <xsd:element name="or" type="Or"/> <xsd:element name="not" type="Not"/> <xsd:element name="greaterThan" type="GreaterThan"/> <xsd:element name="greaterThanOrEquals" type="GreaterThanOrEquals"/> <xsd:element name="lessThan" type="LessThan"/> <xsd:element name="lessThanOrEquals" type="LessThanOrEquals"/> <xsd:element name="equals" type="Equals"/> <xsd:element name="notEquals" type="NotEquals"/> <xsd:element name="inSet" type="InSet"/> <xsd:element name="inRange" type="InRange"/> <xsd:element name="bool" type="Bool"/> <xsd:element name="parenExp" type="Paren"/> </xsd:choice> </xsd:complexType> |
| diagram | ![]() |
| type | And |
| children | booleanExp1 booleanExp2 |
| source | <xsd:element name="and" type="And"/> |
| diagram | ![]() |
| type | Or |
| children | booleanExp1 booleanExp2 |
| source | <xsd:element name="or" type="Or"/> |
| diagram | ![]() |
| type | Not |
| children | booleanExp |
| source | <xsd:element name="not" type="Not"/> |
| diagram | ![]() |
| type | GreaterThan |
| children | symbol symbol2 value |
| source | <xsd:element name="greaterThan" type="GreaterThan"/> |
| diagram | ![]() |
| type | GreaterThanOrEquals |
| children | symbol symbol2 value |
| source | <xsd:element name="greaterThanOrEquals" type="GreaterThanOrEquals"/> |
| diagram | ![]() |
| type | LessThan |
| children | symbol symbol2 value |
| source | <xsd:element name="lessThan" type="LessThan"/> |
| diagram | ![]() |
| type | LessThanOrEquals |
| children | symbol symbol2 value |
| source | <xsd:element name="lessThanOrEquals" type="LessThanOrEquals"/> |
| diagram | ![]() |
| type | Equals |
| children | symbol symbol2 value |
| source | <xsd:element name="equals" type="Equals"/> |
| diagram | ![]() |
| type | NotEquals |
| children | symbol symbol2 value |
| source | <xsd:element name="notEquals" type="NotEquals"/> |
| diagram | ![]() |
| type | InSet |
| children | symbol value |
| source | <xsd:element name="inSet" type="InSet"/> |
| diagram | ![]() |
| type | InRange |
| children | symbol value |
| source | <xsd:element name="inRange" type="InRange"/> |
| diagram | |||||
| type | Bool | ||||
| facets |
|
||||
| source | <xsd:element name="bool" type="Bool"/> |
| diagram | ![]() |
| type | Paren |
| children | booleanExp |
| source | <xsd:element name="parenExp" type="Paren"/> |
| diagram | |
| namespace | http://www.ics.uci.edu/pub/arch/xArch/boolguard.xsd |
| type | extension of options:Guard |
| children | booleanExp |
| source | <xsd:complexType name="BooleanGuard" mixed="true"> <xsd:complexContent mixed="true"> <xsd:extension base="options:Guard"> <xsd:sequence> <xsd:element name="booleanExp" type="BooleanExp"/> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
| diagram | ![]() |
| type | BooleanExp |
| children | and or not greaterThan greaterThanOrEquals lessThan lessThanOrEquals equals notEquals inSet inRange bool parenExp |
| source | <xsd:element name="booleanExp" type="BooleanExp"/> |
| diagram | ![]() |
||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/boolguard.xsd | ||
| children | symbol symbol2 value | ||
| used by |
|
||
| source | <xsd:complexType name="Equals"> <xsd:sequence> <xsd:element name="symbol" type="Symbol"/> <xsd:choice> <xsd:element name="symbol2" type="Symbol"/> <xsd:element name="value" type="Value"/> </xsd:choice> </xsd:sequence> </xsd:complexType> |
| diagram | |
| type | Symbol |
| source | <xsd:element name="symbol" type="Symbol"/> |
| diagram | |
| type | Symbol |
| source | <xsd:element name="symbol2" type="Symbol"/> |
| diagram | |
| type | Value |
| source | <xsd:element name="value" type="Value"/> |
| diagram | ![]() |
||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/boolguard.xsd | ||
| children | symbol symbol2 value | ||
| used by |
|
||
| source | <xsd:complexType name="GreaterThan"> <xsd:sequence> <xsd:element name="symbol" type="Symbol"/> <xsd:choice> <xsd:element name="symbol2" type="Symbol"/> <xsd:element name="value" type="Value"/> </xsd:choice> </xsd:sequence> </xsd:complexType> |
| diagram | |
| type | Symbol |
| source | <xsd:element name="symbol" type="Symbol"/> |
| diagram | |
| type | Symbol |
| source | <xsd:element name="symbol2" type="Symbol"/> |
| diagram | |
| type | Value |
| source | <xsd:element name="value" type="Value"/> |
| diagram | ![]() |
||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/boolguard.xsd | ||
| children | symbol symbol2 value | ||
| used by |
|
||
| source | <xsd:complexType name="GreaterThanOrEquals"> <xsd:sequence> <xsd:element name="symbol" type="Symbol"/> <xsd:choice> <xsd:element name="symbol2" type="Symbol"/> <xsd:element name="value" type="Value"/> </xsd:choice> </xsd:sequence> </xsd:complexType> |
| diagram | |
| type | Symbol |
| source | <xsd:element name="symbol" type="Symbol"/> |
| diagram | |
| type | Symbol |
| source | <xsd:element name="symbol2" type="Symbol"/> |
| diagram | |
| type | Value |
| source | <xsd:element name="value" type="Value"/> |
| diagram | ![]() |
||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/boolguard.xsd | ||
| children | symbol value | ||
| used by |
|
||
| source | <xsd:complexType name="InRange"> <xsd:sequence> <xsd:element name="symbol" type="Symbol"/> <xsd:element name="value" type="Value" minOccurs="2" maxOccurs="2"/> </xsd:sequence> </xsd:complexType> |
| diagram | |
| type | Symbol |
| source | <xsd:element name="symbol" type="Symbol"/> |
| diagram | |
| type | Value |
| source | <xsd:element name="value" type="Value" minOccurs="2" maxOccurs="2"/> |
| diagram | ![]() |
||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/boolguard.xsd | ||
| children | symbol value | ||
| used by |
|
||
| source | <xsd:complexType name="InSet"> <xsd:sequence> <xsd:element name="symbol" type="Symbol"/> <xsd:element name="value" type="Value" minOccurs="0" maxOccurs="unbounded"/> </xsd:sequence> </xsd:complexType> |
| diagram | |
| type | Symbol |
| source | <xsd:element name="symbol" type="Symbol"/> |
| diagram | |
| type | Value |
| source | <xsd:element name="value" type="Value" minOccurs="0" maxOccurs="unbounded"/> |
| diagram | ![]() |
||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/boolguard.xsd | ||
| children | symbol symbol2 value | ||
| used by |
|
||
| source | <xsd:complexType name="LessThan"> <xsd:sequence> <xsd:element name="symbol" type="Symbol"/> <xsd:choice> <xsd:element name="symbol2" type="Symbol"/> <xsd:element name="value" type="Value"/> </xsd:choice> </xsd:sequence> </xsd:complexType> |
| diagram | |
| type | Symbol |
| source | <xsd:element name="symbol" type="Symbol"/> |
| diagram | |
| type | Symbol |
| source | <xsd:element name="symbol2" type="Symbol"/> |
| diagram | |
| type | Value |
| source | <xsd:element name="value" type="Value"/> |
| diagram | ![]() |
||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/boolguard.xsd | ||
| children | symbol symbol2 value | ||
| used by |
|
||
| source | <xsd:complexType name="LessThanOrEquals"> <xsd:sequence> <xsd:element name="symbol" type="Symbol"/> <xsd:choice> <xsd:element name="symbol2" type="Symbol"/> <xsd:element name="value" type="Value"/> </xsd:choice> </xsd:sequence> </xsd:complexType> |
| diagram | |
| type | Symbol |
| source | <xsd:element name="symbol" type="Symbol"/> |
| diagram | |
| type | Symbol |
| source | <xsd:element name="symbol2" type="Symbol"/> |
| diagram | |
| type | Value |
| source | <xsd:element name="value" type="Value"/> |
| diagram | |||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/boolguard.xsd | ||
| children | booleanExp | ||
| used by |
|
||
| source | <xsd:complexType name="Not"> <xsd:sequence> <xsd:element name="booleanExp" type="BooleanExp"/> </xsd:sequence> </xsd:complexType> |
| diagram | ![]() |
| type | BooleanExp |
| children | and or not greaterThan greaterThanOrEquals lessThan lessThanOrEquals equals notEquals inSet inRange bool parenExp |
| source | <xsd:element name="booleanExp" type="BooleanExp"/> |
| diagram | ![]() |
||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/boolguard.xsd | ||
| children | symbol symbol2 value | ||
| used by |
|
||
| source | <xsd:complexType name="NotEquals"> <xsd:sequence> <xsd:element name="symbol" type="Symbol"/> <xsd:choice> <xsd:element name="symbol2" type="Symbol"/> <xsd:element name="value" type="Value"/> </xsd:choice> </xsd:sequence> </xsd:complexType> |
| diagram | |
| type | Symbol |
| source | <xsd:element name="symbol" type="Symbol"/> |
| diagram | |
| type | Symbol |
| source | <xsd:element name="symbol2" type="Symbol"/> |
| diagram | |
| type | Value |
| source | <xsd:element name="value" type="Value"/> |
| diagram | ![]() |
||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/boolguard.xsd | ||
| children | booleanExp1 booleanExp2 | ||
| used by |
|
||
| source | <xsd:complexType name="Or"> <xsd:sequence> <xsd:element name="booleanExp1" type="BooleanExp"/> <xsd:element name="booleanExp2" type="BooleanExp"/> </xsd:sequence> </xsd:complexType> |
| diagram | ![]() |
| type | BooleanExp |
| children | and or not greaterThan greaterThanOrEquals lessThan lessThanOrEquals equals notEquals inSet inRange bool parenExp |
| source | <xsd:element name="booleanExp1" type="BooleanExp"/> |
| diagram | ![]() |
| type | BooleanExp |
| children | and or not greaterThan greaterThanOrEquals lessThan lessThanOrEquals equals notEquals inSet inRange bool parenExp |
| source | <xsd:element name="booleanExp2" type="BooleanExp"/> |
| diagram | |||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/boolguard.xsd | ||
| children | booleanExp | ||
| used by |
|
||
| source | <xsd:complexType name="Paren"> <xsd:sequence> <xsd:element name="booleanExp" type="BooleanExp"/> </xsd:sequence> </xsd:complexType> |
| diagram | ![]() |
| type | BooleanExp |
| children | and or not greaterThan greaterThanOrEquals lessThan lessThanOrEquals equals notEquals inSet inRange bool parenExp |
| source | <xsd:element name="booleanExp" type="BooleanExp"/> |
| namespace | http://www.ics.uci.edu/pub/arch/xArch/boolguard.xsd |
| type | xsd:string |
| used by | |
| source | <xsd:simpleType name="Symbol"> <xsd:restriction base="xsd:string"/> </xsd:simpleType> |
| namespace | http://www.ics.uci.edu/pub/arch/xArch/boolguard.xsd | ||
| type | xsd:string | ||
| used by |
|
||
| source | <xsd:simpleType name="Value"> <xsd:restriction base="xsd:string"/> </xsd:simpleType> |
| diagram | |||||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/options.xsd | ||||
| used by |
|
||||
| source | <xsd:complexType name="Guard" abstract="true"/> |
| diagram | |||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/options.xsd | ||
| children | guard | ||
| used by |
|
||
| source | <xsd:complexType name="Optional"> <xsd:sequence> <xsd:element name="guard" type="Guard"/> </xsd:sequence> </xsd:complexType> |
| diagram | |
| namespace | http://www.ics.uci.edu/pub/arch/xArch/options.xsd |
| type | options:Guard |
| source | <xsd:element name="guard" type="Guard"/> |
| diagram | ![]() |
||||||||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/options.xsd | ||||||||
| type | extension of Component | ||||||||
| children | description interface type optional | ||||||||
| attributes |
|
||||||||
| source | <xsd:complexType name="OptionalComponent"> <xsd:complexContent> <xsd:extension base="archtypes:Component"> <xsd:sequence> <xsd:element name="optional" type="Optional" minOccurs="0"/> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
| diagram | ![]() |
| namespace | http://www.ics.uci.edu/pub/arch/xArch/options.xsd |
| type | options:Optional |
| children | guard |
| source | <xsd:element name="optional" type="Optional" minOccurs="0"/> |
| diagram | ![]() |
||||||||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/options.xsd | ||||||||
| type | extension of Connector | ||||||||
| children | description interface type optional | ||||||||
| attributes |
|
||||||||
| source | <xsd:complexType name="OptionalConnector"> <xsd:complexContent> <xsd:extension base="archtypes:Connector"> <xsd:sequence> <xsd:element name="optional" type="Optional" minOccurs="0"/> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
| diagram | ![]() |
| namespace | http://www.ics.uci.edu/pub/arch/xArch/options.xsd |
| type | options:Optional |
| children | guard |
| source | <xsd:element name="optional" type="Optional" minOccurs="0"/> |
| diagram | ![]() |
||||||||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/options.xsd | ||||||||
| type | extension of Link | ||||||||
| children | description point optional | ||||||||
| attributes |
|
||||||||
| source | <xsd:complexType name="OptionalLink"> <xsd:complexContent> <xsd:extension base="archtypes:Link"> <xsd:sequence> <xsd:element name="optional" type="Optional" minOccurs="0"/> </xsd:sequence> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
| diagram | ![]() |
| namespace | http://www.ics.uci.edu/pub/arch/xArch/options.xsd |
| type | options:Optional |
| children | guard |
| source | <xsd:element name="optional" type="Optional" minOccurs="0"/> |
| diagram | ![]() |
||||||||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/types.xsd | ||||||||
| type | ArchStructure | ||||||||
| children | description component connector link group | ||||||||
| attributes |
|
||||||||
| source | <xsd:element name="archStructure" type="ArchStructure"/> |
| 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"/> |
| diagram | ![]() |
||||||||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/types.xsd | ||||||||
| children | description component connector link group | ||||||||
| used by |
|
||||||||
| attributes |
|
||||||||
| 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> |
| diagram | |
| namespace | http://www.ics.uci.edu/pub/arch/xArch/types.xsd |
| type | Description |
| source | <xsd:element name="description" type="archinstance:Description"/> |
| diagram | ![]() |
||||||||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/types.xsd | ||||||||
| type | Component | ||||||||
| children | description interface type | ||||||||
| attributes |
|
||||||||
| source | <xsd:element name="component" type="Component" minOccurs="0" maxOccurs="unbounded"/> |
| diagram | ![]() |
||||||||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/types.xsd | ||||||||
| type | Connector | ||||||||
| children | description interface type | ||||||||
| attributes |
|
||||||||
| source | <xsd:element name="connector" type="Connector" minOccurs="0" maxOccurs="unbounded"/> |
| diagram | ![]() |
||||||||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/types.xsd | ||||||||
| type | Link | ||||||||
| children | description point | ||||||||
| attributes |
|
||||||||
| source | <xsd:element name="link" type="Link" minOccurs="0" maxOccurs="unbounded"/> |
| diagram | ![]() |
||||||||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/types.xsd | ||||||||
| type | Group | ||||||||
| children | description member | ||||||||
| attributes |
|
||||||||
| source | <xsd:element name="group" type="archinstance:Group" minOccurs="0" maxOccurs="unbounded"/> |
| diagram | ![]() |
||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/types.xsd | ||
| children | componentType connectorType interfaceType | ||
| used by |
|
||
| 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> |
| diagram | ![]() |
||||||||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/types.xsd | ||||||||
| type | ComponentType | ||||||||
| children | description signature subArchitecture | ||||||||
| attributes |
|
||||||||
| source | <xsd:element name="componentType" type="ComponentType" minOccurs="0" maxOccurs="unbounded"/> |
| diagram | ![]() |
||||||||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/types.xsd | ||||||||
| type | ConnectorType | ||||||||
| children | description signature subArchitecture | ||||||||
| attributes |
|
||||||||
| source | <xsd:element name="connectorType" type="ConnectorType" minOccurs="0" maxOccurs="unbounded"/> |
| diagram | ![]() |
||||||||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/types.xsd | ||||||||
| type | InterfaceType | ||||||||
| children | description | ||||||||
| attributes |
|
||||||||
| source | <xsd:element name="interfaceType" type="InterfaceType" minOccurs="0" maxOccurs="unbounded"/> |
| diagram | ![]() |
||||||||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/types.xsd | ||||||||
| children | description interface type | ||||||||
| used by |
|
||||||||
| attributes |
|
||||||||
| 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"/> </xsd:sequence> <xsd:attribute name="id" type="archinstance:Identifier"/> </xsd:complexType> |
| diagram | |
| namespace | http://www.ics.uci.edu/pub/arch/xArch/types.xsd |
| type | Description |
| source | <xsd:element name="description" type="archinstance:Description"/> |
| diagram | ![]() |
||||||||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/types.xsd | ||||||||
| type | Interface | ||||||||
| children | description direction type | ||||||||
| attributes |
|
||||||||
| source | <xsd:element name="interface" type="Interface" minOccurs="0" maxOccurs="unbounded"/> |
| diagram | |||||||||||||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/types.xsd | ||||||||||||
| type | XMLLink | ||||||||||||
| attributes |
|
||||||||||||
| source | <xsd:element name="type" type="archinstance:XMLLink" minOccurs="0"/> |
| diagram | ![]() |
||||||||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/types.xsd | ||||||||
| children | description signature subArchitecture | ||||||||
| used by |
|
||||||||
| attributes |
|
||||||||
| 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> |
| diagram | |
| namespace | http://www.ics.uci.edu/pub/arch/xArch/types.xsd |
| type | Description |
| source | <xsd:element name="description" type="archinstance:Description"/> |
| 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"/> |
| 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"/> |
| diagram | ![]() |
||||||||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/types.xsd | ||||||||
| children | description interface type | ||||||||
| used by |
|
||||||||
| attributes |
|
||||||||
| 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"/> </xsd:sequence> <xsd:attribute name="id" type="archinstance:Identifier"/> </xsd:complexType> |
| diagram | |
| namespace | http://www.ics.uci.edu/pub/arch/xArch/types.xsd |
| type | Description |
| source | <xsd:element name="description" type="archinstance:Description"/> |
| diagram | ![]() |
||||||||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/types.xsd | ||||||||
| type | Interface | ||||||||
| children | description direction type | ||||||||
| attributes |
|
||||||||
| source | <xsd:element name="interface" type="Interface" minOccurs="0" maxOccurs="unbounded"/> |
| diagram | |||||||||||||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/types.xsd | ||||||||||||
| type | XMLLink | ||||||||||||
| attributes |
|
||||||||||||
| source | <xsd:element name="type" type="archinstance:XMLLink" minOccurs="0"/> |
| diagram | ![]() |
||||||||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/types.xsd | ||||||||
| children | description signature subArchitecture | ||||||||
| used by |
|
||||||||
| attributes |
|
||||||||
| 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> |
| diagram | |
| namespace | http://www.ics.uci.edu/pub/arch/xArch/types.xsd |
| type | Description |
| source | <xsd:element name="description" type="archinstance:Description"/> |
| 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"/> |
| 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"/> |
| diagram | ![]() |
||||||||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/types.xsd | ||||||||
| children | description direction type | ||||||||
| used by |
|
||||||||
| attributes |
|
||||||||
| 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"/> </xsd:sequence> <xsd:attribute name="id" type="archinstance:Identifier"/> </xsd:complexType> |
| diagram | |
| namespace | http://www.ics.uci.edu/pub/arch/xArch/types.xsd |
| type | Description |
| source | <xsd:element name="description" type="archinstance:Description"/> |
| diagram | |||||||||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/types.xsd | ||||||||
| type | Direction | ||||||||
| facets |
|
||||||||
| source | <xsd:element name="direction" type="archinstance:Direction" minOccurs="0"/> |
| diagram | |||||||||||||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/types.xsd | ||||||||||||
| type | XMLLink | ||||||||||||
| attributes |
|
||||||||||||
| source | <xsd:element name="type" type="archinstance:XMLLink" minOccurs="0"/> |
| diagram | |||||||||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/types.xsd | ||||||||
| children | description | ||||||||
| used by |
|
||||||||
| attributes |
|
||||||||
| 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> |
| diagram | |
| namespace | http://www.ics.uci.edu/pub/arch/xArch/types.xsd |
| type | Description |
| source | <xsd:element name="description" type="archinstance:Description"/> |
| diagram | ![]() |
||||||||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/types.xsd | ||||||||
| children | description point | ||||||||
| used by |
|
||||||||
| attributes |
|
||||||||
| 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> |
| diagram | |
| namespace | http://www.ics.uci.edu/pub/arch/xArch/types.xsd |
| type | Description |
| source | <xsd:element name="description" type="archinstance:Description"/> |
| diagram | ![]() |
| namespace | http://www.ics.uci.edu/pub/arch/xArch/types.xsd |
| type | Point |
| children | anchorOnInterface |
| source | <xsd:element name="point" type="archinstance:Point" minOccurs="2" maxOccurs="2"/> |
| diagram | ![]() |
||||||||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/types.xsd | ||||||||
| type | extension of ComponentInstance | ||||||||
| children | description interfaceInstance subArchitecture structure | ||||||||
| attributes |
|
||||||||
| 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> |
| diagram | |||||||||||||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/types.xsd | ||||||||||||
| type | XMLLink | ||||||||||||
| attributes |
|
||||||||||||
| source | <xsd:element name="structure" type="archinstance:XMLLink" minOccurs="0"/> |
| diagram | ![]() |
||||||||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/types.xsd | ||||||||
| type | extension of ConnectorInstance | ||||||||
| children | description interfaceInstance subArchitecture structure | ||||||||
| attributes |
|
||||||||
| 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> |
| diagram | |||||||||||||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/types.xsd | ||||||||||||
| type | XMLLink | ||||||||||||
| attributes |
|
||||||||||||
| source | <xsd:element name="structure" type="archinstance:XMLLink" minOccurs="0"/> |
| diagram | ![]() |
||||||||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/types.xsd | ||||||||
| type | extension of InterfaceInstance | ||||||||
| children | description direction structure | ||||||||
| attributes |
|
||||||||
| 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> |
| diagram | |||||||||||||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/types.xsd | ||||||||||||
| type | XMLLink | ||||||||||||
| attributes |
|
||||||||||||
| source | <xsd:element name="structure" type="archinstance:XMLLink" minOccurs="0"/> |
| diagram | ![]() |
||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/types.xsd | ||
| children | direction type | ||
| used by |
|
||
| 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> |
| diagram | |||||||||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/types.xsd | ||||||||
| type | Direction | ||||||||
| facets |
|
||||||||
| source | <xsd:element name="direction" type="archinstance:Direction" minOccurs="0"/> |
| diagram | |||||||||||||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/types.xsd | ||||||||||||
| type | XMLLink | ||||||||||||
| attributes |
|
||||||||||||
| source | <xsd:element name="type" type="archinstance:XMLLink"/> |
| diagram | ![]() |
||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/types.xsd | ||
| children | outerSignature innerInterface | ||
| used by |
|
||
| 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> |
| diagram | |||||||||||||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/types.xsd | ||||||||||||
| type | XMLLink | ||||||||||||
| attributes |
|
||||||||||||
| source | <xsd:element name="outerSignature" type="archinstance:XMLLink"/> |
| diagram | |||||||||||||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/types.xsd | ||||||||||||
| type | XMLLink | ||||||||||||
| attributes |
|
||||||||||||
| source | <xsd:element name="innerInterface" type="archinstance:XMLLink"/> |
| diagram | ![]() |
||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/types.xsd | ||
| children | archStructure signatureInterfaceMapping | ||
| used by |
|
||
| 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> |
| diagram | |||||||||||||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/types.xsd | ||||||||||||
| type | XMLLink | ||||||||||||
| attributes |
|
||||||||||||
| source | <xsd:element name="archStructure" type="archinstance:XMLLink"/> |
| 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"/> |
| diagram | ![]() |
||||||||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/instance.xsd | ||||||||
| type | ArchInstance | ||||||||
| children | description componentInstance connectorInstance linkInstance group | ||||||||
| attributes |
|
||||||||
| source | <xsd:element name="archInstance" type="ArchInstance"/> |
| 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> |
| diagram | ![]() |
||||||||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/instance.xsd | ||||||||
| children | description componentInstance connectorInstance linkInstance group | ||||||||
| used by |
|
||||||||
| attributes |
|
||||||||
| 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> |
| diagram | |
| namespace | http://www.ics.uci.edu/pub/arch/xArch/instance.xsd |
| type | Description |
| source | <xsd:element name="description" type="Description"/> |
| diagram | ![]() |
||||||||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/instance.xsd | ||||||||
| type | ComponentInstance | ||||||||
| children | description interfaceInstance subArchitecture | ||||||||
| attributes |
|
||||||||
| source | <xsd:element name="componentInstance" type="ComponentInstance" minOccurs="0" maxOccurs="unbounded"/> |
| diagram | ![]() |
||||||||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/instance.xsd | ||||||||
| type | ConnectorInstance | ||||||||
| children | description interfaceInstance subArchitecture | ||||||||
| attributes |
|
||||||||
| source | <xsd:element name="connectorInstance" type="ConnectorInstance" minOccurs="0" maxOccurs="unbounded"/> |
| diagram | ![]() |
||||||||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/instance.xsd | ||||||||
| type | LinkInstance | ||||||||
| children | description point | ||||||||
| attributes |
|
||||||||
| source | <xsd:element name="linkInstance" type="LinkInstance" minOccurs="0" maxOccurs="unbounded"/> |
| diagram | ![]() |
||||||||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/instance.xsd | ||||||||
| type | Group | ||||||||
| children | description member | ||||||||
| attributes |
|
||||||||
| source | <xsd:element name="group" type="Group" minOccurs="0" maxOccurs="unbounded"/> |
| diagram | ![]() |
||||||||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/instance.xsd | ||||||||
| children | description interfaceInstance subArchitecture | ||||||||
| used by |
|
||||||||
| attributes |
|
||||||||
| 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> |
| diagram | |
| namespace | http://www.ics.uci.edu/pub/arch/xArch/instance.xsd |
| type | Description |
| source | <xsd:element name="description" type="Description"/> |
| diagram | ![]() |
||||||||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/instance.xsd | ||||||||
| type | InterfaceInstance | ||||||||
| children | description direction | ||||||||
| attributes |
|
||||||||
| source | <xsd:element name="interfaceInstance" type="InterfaceInstance" minOccurs="0" maxOccurs="unbounded"/> |
| diagram | ![]() |
| namespace | http://www.ics.uci.edu/pub/arch/xArch/instance.xsd |
| type | SubArchitecture |
| children | archInstance interfaceInstanceMapping |
| source | <xsd:element name="subArchitecture" type="SubArchitecture" minOccurs="0"/> |
| diagram | ![]() |
||||||||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/instance.xsd | ||||||||
| children | description interfaceInstance subArchitecture | ||||||||
| used by |
|
||||||||
| attributes |
|
||||||||
| 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> |
| diagram | |
| namespace | http://www.ics.uci.edu/pub/arch/xArch/instance.xsd |
| type | Description |
| source | <xsd:element name="description" type="Description"/> |
| diagram | ![]() |
||||||||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/instance.xsd | ||||||||
| type | InterfaceInstance | ||||||||
| children | description direction | ||||||||
| attributes |
|
||||||||
| source | <xsd:element name="interfaceInstance" type="InterfaceInstance" minOccurs="0" maxOccurs="unbounded"/> |
| diagram | ![]() |
| namespace | http://www.ics.uci.edu/pub/arch/xArch/instance.xsd |
| type | SubArchitecture |
| children | archInstance interfaceInstanceMapping |
| source | <xsd:element name="subArchitecture" type="SubArchitecture" minOccurs="0"/> |
| diagram | |
| namespace | http://www.ics.uci.edu/pub/arch/xArch/instance.xsd |
| type | extension of xsd:string |
| used by | |
| source | <xsd:complexType name="Description"> <xsd:simpleContent> <xsd:extension base="xsd:string"/> </xsd:simpleContent> </xsd:complexType> |
| diagram | |||||||||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/instance.xsd | ||||||||
| type | restriction of xsd:string | ||||||||
| used by |
|
||||||||
| facets |
|
||||||||
| 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> |
| diagram | ![]() |
||||||||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/instance.xsd | ||||||||
| children | description member | ||||||||
| used by |
|
||||||||
| attributes |
|
||||||||
| 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> |
| diagram | |
| namespace | http://www.ics.uci.edu/pub/arch/xArch/instance.xsd |
| type | Description |
| source | <xsd:element name="description" type="Description"/> |
| diagram | |||||||||||||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/instance.xsd | ||||||||||||
| type | XMLLink | ||||||||||||
| attributes |
|
||||||||||||
| source | <xsd:element name="member" type="XMLLink" minOccurs="0" maxOccurs="unbounded"/> |
| diagram | ![]() |
||||||||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/instance.xsd | ||||||||
| children | description direction | ||||||||
| used by |
|
||||||||
| attributes |
|
||||||||
| 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> |
| diagram | |
| namespace | http://www.ics.uci.edu/pub/arch/xArch/instance.xsd |
| type | Description |
| source | <xsd:element name="description" type="Description"/> |
| diagram | |||||||||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/instance.xsd | ||||||||
| type | Direction | ||||||||
| facets |
|
||||||||
| source | <xsd:element name="direction" type="Direction" minOccurs="0"/> |
| diagram | ![]() |
||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/instance.xsd | ||
| children | outerInterfaceInstance innerInterfaceInstance | ||
| used by |
|
||
| source | <xsd:complexType name="InterfaceInstanceMapping"> <xsd:sequence> <xsd:element name="outerInterfaceInstance" type="XMLLink"/> <xsd:element name="innerInterfaceInstance" type="XMLLink"/> </xsd:sequence> </xsd:complexType> |
| diagram | |||||||||||||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/instance.xsd | ||||||||||||
| type | XMLLink | ||||||||||||
| attributes |
|
||||||||||||
| source | <xsd:element name="outerInterfaceInstance" type="XMLLink"/> |
| diagram | |||||||||||||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/instance.xsd | ||||||||||||
| type | XMLLink | ||||||||||||
| attributes |
|
||||||||||||
| source | <xsd:element name="innerInterfaceInstance" type="XMLLink"/> |
| diagram | ![]() |
||||||||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/instance.xsd | ||||||||
| children | description point | ||||||||
| used by |
|
||||||||
| attributes |
|
||||||||
| 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> |
| diagram | |
| namespace | http://www.ics.uci.edu/pub/arch/xArch/instance.xsd |
| type | Description |
| source | <xsd:element name="description" type="Description"/> |
| diagram | ![]() |
| namespace | http://www.ics.uci.edu/pub/arch/xArch/instance.xsd |
| type | Point |
| children | anchorOnInterface |
| source | <xsd:element name="point" type="Point" minOccurs="2" maxOccurs="2"/> |
| diagram | |||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/instance.xsd | ||
| children | anchorOnInterface | ||
| used by |
|
||
| source | <xsd:complexType name="Point"> <xsd:sequence> <xsd:element name="anchorOnInterface" type="XMLLink"/> </xsd:sequence> </xsd:complexType> |
| diagram | |||||||||||||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/instance.xsd | ||||||||||||
| type | XMLLink | ||||||||||||
| attributes |
|
||||||||||||
| source | <xsd:element name="anchorOnInterface" type="XMLLink"/> |
| diagram | ![]() |
||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/instance.xsd | ||
| children | archInstance interfaceInstanceMapping | ||
| used by |
|
||
| 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> |
| diagram | ![]() |
||||||||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/instance.xsd | ||||||||
| type | ArchInstance | ||||||||
| children | description componentInstance connectorInstance linkInstance group | ||||||||
| attributes |
|
||||||||
| source | <xsd:element name="archInstance" type="ArchInstance"/> |
| diagram | ![]() |
| namespace | http://www.ics.uci.edu/pub/arch/xArch/instance.xsd |
| type | InterfaceInstanceMapping |
| children | outerInterfaceInstance innerInterfaceInstance |
| source | <xsd:element name="interfaceInstanceMapping" type="InterfaceInstanceMapping" minOccurs="0" maxOccurs="unbounded"/> |
| diagram | |||||||||||||
| namespace | http://www.ics.uci.edu/pub/arch/xArch/instance.xsd | ||||||||||||
| used by | |||||||||||||
| attributes |
|
||||||||||||
| source | <xsd:complexType name="XMLLink"> <xsd:attribute ref="xlink:type"/> <xsd:attribute ref="xlink:href"/> </xsd:complexType> |
| namespace | http://www.ics.uci.edu/pub/arch/xArch/instance.xsd | ||
| type | restriction of xsd:ID | ||
| used by | |||
| facets |
|
||
| source | <xsd:simpleType name="Identifier"> <xsd:restriction base="xsd:ID"> <xsd:minLength value="1"/> </xsd:restriction> </xsd:simpleType> |