XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://cosphere.telin.nl/nrm/nrm-types
Element and Attribute Namespaces
  • Global element and attribute declarations belong to this schema's target namespace.
  • By default, local element declarations belong to this schema's target namespace.
  • By default, local attribute declarations have no namespace.

Declared Namespaces

Prefix Namespace
Default namespace http://cosphere.telin.nl/nrm/nrm-types
xml http://www.w3.org/XML/1998/namespace
xs http://www.w3.org/2001/XMLSchema
Schema Component Representation
<xs:schema targetNamespace="http://cosphere.telin.nl/nrm/nrm-types" elementFormDefault="qualified" attributeFormDefault="unqualified">
...
</xs:schema>
top

Global Declarations

Element: session

Name session
Type Locally-defined complex type
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<session>
<!--
Key Constraint - linkLayerElementKey
Selector - */*
Field(s) - @linkLayerElementId
-->
<!--
Key Reference Constraint - linkLayerElementKeyRef1
Selector - */*/baseInterfaces
Field(s) - baseInterface
Refers to - linkLayerElementKey
-->
<!--
Key Reference Constraint - linkLayerElementKeyRef2
Selector - */*
Field(s) - ifId
Refers to - linkLayerElementKey
-->
<!--
Key Constraint - linkKey
Selector - */*
Field(s) - @linkId
-->
<!--
Key Reference Constraint - linkKeyRef1
Selector - */*/links
Field(s) - link
Refers to - linkKey
-->
<!--
Key Reference Constraint - linkKeyRef2
Selector - */*
Field(s) - link
Refers to - linkKey
-->
<!--
Key Constraint - linkServiceKey
Selector - */*
Field(s) - @linkServiceId
-->
<!--
Key Reference Constraint - linkServiceKeyRef
Selector - */*/services
Field(s) - service
Refers to - linkServiceKey
-->
<!--
Key Constraint - networkLayerElementKey
Selector - networkLayerElements/*
Field(s) - @networkLayerElementId
-->
<!--
Key Constraint - pathSegmentKey
Selector - */*
Field(s) - @pathSegmentId
-->
<!--
Key Reference Constraint - pathSegmentKeyRef1
Selector - */*/routes
Field(s) - route
Refers to - pathSegmentKey
-->
<!--
Key Reference Constraint - pathSegmentKeyRef2
Selector - */*
Field(s) - defaultRoute
Refers to - pathSegmentKey
-->
<!--
Key Reference Constraint - pathSegmentKeyRef3
Selector - */*
Field(s) - localPathSegment
Refers to - pathSegmentKey
-->
<!--
Key Reference Constraint - pathSegmentKeyRef4
Selector - */*
Field(s) - pathSegment
Refers to - pathSegmentKey
-->
<!--
Key Reference Constraint - pathSegmentKeyRef5
Selector - */*/pathSegments
Field(s) - pathSegment
Refers to - pathSegmentKey
-->
<!--
Key Constraint - transportLayerElementKey
Selector - transportLayerElements/*
Field(s) - @transportLayerElementId
-->
<!--
Key Constraint - transportKey
Selector - */*
Field(s) - @transportId
-->
<!--
Key Reference Constraint - transportKeyRef
Selector - */*/transports
Field(s) - transport
Refers to - transportKey
-->

Start Choice [0..*]
<MsgTransBegin> MsgTransBegin </MsgTransBegin> [1]
<MsgTransEnd> MsgTransEnd </MsgTransEnd> [1]
<MsgCreate> MsgCreate </MsgCreate> [1]
<MsgUpdate> MsgUpdate </MsgUpdate> [1]
<MsgDelete> MsgDelete </MsgDelete> [1]
<MsgSubscribe> MsgSubscribe </MsgSubscribe> [1]
<MsgIoctlCall> MsgIoctlCall </MsgIoctlCall> [1]
<MsgIoctlResult> MsgIoctlResult </MsgIoctlResult> [1]
End Choice
</session>
Diagram
Schema Component Representation
<xs:element name="session">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="MsgTransBegin" type=" MsgTransBegin "/>
<xs:element name="MsgTransEnd" type=" MsgTransEnd "/>
<xs:element name="MsgCreate" type=" MsgCreate "/>
<xs:element name="MsgUpdate" type=" MsgUpdate "/>
<xs:element name="MsgDelete" type=" MsgDelete "/>
<xs:element name="MsgSubscribe" type=" MsgSubscribe "/>
<xs:element name="MsgIoctlCall" type=" MsgIoctlCall "/>
<xs:element name="MsgIoctlResult" type=" MsgIoctlResult "/>
</xs:choice>
</xs:complexType>
<xs:key name="linkLayerElementKey">
<xs:selector xpath="*/*"/>
<xs:field xpath="@linkLayerElementId"/>
</xs:key>
<xs:keyref name="linkLayerElementKeyRef1" refer=" linkLayerElementKey ">
<xs:selector xpath="*/*/baseInterfaces"/>
<xs:field xpath="baseInterface"/>
</xs:keyref>
<xs:keyref name="linkLayerElementKeyRef2" refer=" linkLayerElementKey ">
<xs:selector xpath="*/*"/>
<xs:field xpath="ifId"/>
</xs:keyref>
<xs:key name="linkKey">
<xs:selector xpath="*/*"/>
<xs:field xpath="@linkId"/>
</xs:key>
<xs:keyref name="linkKeyRef1" refer=" linkKey ">
<xs:selector xpath="*/*/links"/>
<xs:field xpath="link"/>
</xs:keyref>
<xs:keyref name="linkKeyRef2" refer=" linkKey ">
<xs:selector xpath="*/*"/>
<xs:field xpath="link"/>
</xs:keyref>
<xs:key name="linkServiceKey">
<xs:selector xpath="*/*"/>
<xs:field xpath="@linkServiceId"/>
</xs:key>
<xs:keyref name="linkServiceKeyRef" refer=" linkServiceKey ">
<xs:selector xpath="*/*/services"/>
<xs:field xpath="service"/>
</xs:keyref>
<xs:key name="networkLayerElementKey">
<xs:selector xpath="networkLayerElements/*"/>
<xs:field xpath="@networkLayerElementId"/>
</xs:key>
<xs:key name="pathSegmentKey">
<xs:selector xpath="*/*"/>
<xs:field xpath="@pathSegmentId"/>
</xs:key>
<xs:keyref name="pathSegmentKeyRef1" refer=" pathSegmentKey ">
<xs:selector xpath="*/*/routes"/>
<xs:field xpath="route"/>
</xs:keyref>
<xs:keyref name="pathSegmentKeyRef2" refer=" pathSegmentKey ">
<xs:selector xpath="*/*"/>
<xs:field xpath="defaultRoute"/>
</xs:keyref>
<xs:keyref name="pathSegmentKeyRef3" refer=" pathSegmentKey ">
<xs:selector xpath="*/*"/>
<xs:field xpath="localPathSegment"/>
</xs:keyref>
<xs:keyref name="pathSegmentKeyRef4" refer=" pathSegmentKey ">
<xs:selector xpath="*/*"/>
<xs:field xpath="pathSegment"/>
</xs:keyref>
<xs:keyref name="pathSegmentKeyRef5" refer=" pathSegmentKey ">
<xs:selector xpath="*/*/pathSegments"/>
<xs:field xpath="pathSegment"/>
</xs:keyref>
<xs:key name="transportLayerElementKey">
<xs:selector xpath="transportLayerElements/*"/>
<xs:field xpath="@transportLayerElementId"/>
</xs:key>
<xs:key name="transportKey">
<xs:selector xpath="*/*"/>
<xs:field xpath="@transportId"/>
</xs:key>
<xs:keyref name="transportKeyRef" refer=" transportKey ">
<xs:selector xpath="*/*/transports"/>
<xs:field xpath="transport"/>
</xs:keyref>
</xs:element>
top

Global Definitions

Complex Type: AccessPoint

Super-types: None
Sub-types: None
Name AccessPoint
Abstract no
XML Instance Representation
<...>
<bssid> xs:string </bssid> [1]
<rssi> xs:int </rssi> [1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="AccessPoint">
<xs:sequence>
<xs:element name="bssid" type=" xs:string "/>
<xs:element name="rssi" type=" xs:int "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: BaseStation

Super-types: None
Sub-types: None
Name BaseStation
Abstract no
XML Instance Representation
<...>
<cid> xs:unsignedInt </cid> [1]
<lac> xs:unsignedInt </lac> [1]
<rssi> xs:int </rssi> [1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="BaseStation">
<xs:sequence>
<xs:element name="cid" type=" xs:unsignedInt "/>
<xs:element name="lac" type=" xs:unsignedInt "/>
<xs:element name="rssi" type=" xs:int "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: BluetoothInterface

Super-types: LinkLayerElement < PhysicalInterface (by extension) < BluetoothInterface (by extension)
Sub-types: None
Name BluetoothInterface
Abstract no
XML Instance Representation
<...>
<linkLayerElementId> Id </linkLayerElementId> [1]
<name> xs:string </name> [1]
<descr> xs:string </descr> [1]
<state> xs:unsignedInt </state> [1]
<links> [1]
<link> Id </link> [0..*]
</links>
<localNode> BluetoothNode </localNode> [1]
<activeLinks> [1]
<link> Id </link> [0..*]
</activeLinks>
</...>
Diagram
Schema Component Representation
<xs:complexType name="BluetoothInterface">
<xs:complexContent>
<xs:extension base=" PhysicalInterface ">
<xs:sequence>
<-- Local node info -->
<xs:element name="localNode" type=" BluetoothNode "/>
<xs:element name="activeLinks">
<xs:complexType>
<xs:sequence>
<-- Reference to type (derived from) BluetoothLink. -->
<xs:element name="link" type=" Id " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: BluetoothLink

Super-types: Link < BluetoothLink (by extension)
Sub-types:
Name BluetoothLink
Abstract no
XML Instance Representation
<...>
<linkId> Id </linkId> [1]
<ifId> Id </ifId> [1]
<state> xs:unsignedInt </state> [1]
<services> [1]
<service> Id </service> [0..*]
</services>
<maxSpeed> xs:unsignedInt </maxSpeed> [1]
<mtu> xs:unsignedInt </mtu> [1]
<node> BluetoothNode </node> [1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="BluetoothLink">
<xs:complexContent>
<xs:extension base=" Link ">
<xs:sequence>
<-- Peer node. -->
<xs:element name="node" type=" BluetoothNode "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: BluetoothNetwork

Super-types: Link < BluetoothLink (by extension) < BluetoothNetwork (by extension)
Sub-types: None
Name BluetoothNetwork
Abstract no
XML Instance Representation
<...>
<linkId> Id </linkId> [1]
<ifId> Id </ifId> [1]
<state> xs:unsignedInt </state> [1]
<services> [1]
<service> Id </service> [0..*]
</services>
<maxSpeed> xs:unsignedInt </maxSpeed> [1]
<mtu> xs:unsignedInt </mtu> [1]
<node> BluetoothNode </node> [1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="BluetoothNetwork">
<xs:complexContent>
<xs:extension base=" BluetoothLink "/>
</xs:complexContent>
</xs:complexType>
top

Complex Type: BluetoothNode

Super-types: None
Sub-types: None
Name BluetoothNode
Abstract no
XML Instance Representation
<...>
<BD_ADDR> xs:string </BD_ADDR> [1]
<name> xs:string </name> [1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="BluetoothNode">
<xs:sequence>
<xs:element name="BD_ADDR" type=" xs:string "/>
<xs:element name="name" type=" xs:string "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: CellularInterface

Super-types: LinkLayerElement < PhysicalInterface (by extension) < CellularInterface (by extension)
Sub-types: None
Name CellularInterface
Abstract no
XML Instance Representation
<...>
<linkLayerElementId> Id </linkLayerElementId> [1]
<name> xs:string </name> [1]
<descr> xs:string </descr> [1]
<state> xs:unsignedInt </state> [1]
<links> [1]
<link> Id </link> [0..*]
</links>
<currentMode> xs:unsignedInt </currentMode> [1]
<supportedModes> [1..4]
<supportedMode> xs:unsignedInt </supportedMode> [1]
</supportedModes>
<activeLink> Id </activeLink> [0..1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="CellularInterface">
<xs:complexContent>
<xs:extension base=" PhysicalInterface ">
<xs:sequence>
<xs:element name="currentMode" type=" xs:unsignedInt "/>
<xs:element name="supportedModes" maxOccurs="4">
<xs:complexType>
<xs:sequence>
<xs:element name="supportedMode" type=" xs:unsignedInt "/>
</xs:sequence>
</xs:complexType>
</xs:element>
<-- Reference to type (derived from) CellularNetwork. -->
<xs:element name="activeLink" type=" Id " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: CellularNetwork

Super-types: Link < CellularNetwork (by extension)
Sub-types: None
Name CellularNetwork
Abstract no
XML Instance Representation
<...>
<linkId> Id </linkId> [1]
<ifId> Id </ifId> [1]
<state> xs:unsignedInt </state> [1]
<services> [1]
<service> Id </service> [0..*]
</services>
<maxSpeed> xs:unsignedInt </maxSpeed> [1]
<mtu> xs:unsignedInt </mtu> [1]
<operatorName> xs:string </operatorName> [1]
<operatorNumber> xs:unsignedInt </operatorNumber> [1]
<baseStation> BaseStation </baseStation> [1]
<baseStationList> [1]
<baseStation> BaseStation </baseStation> [0..*]
</baseStationList>
</...>
Diagram
Schema Component Representation
<xs:complexType name="CellularNetwork">
<xs:complexContent>
<xs:extension base=" Link ">
<xs:sequence>
<xs:element name="operatorName" type=" xs:string "/>
<xs:element name="operatorNumber" type=" xs:unsignedInt "/>
<xs:element name="baseStation" type=" BaseStation "/>
<xs:element name="baseStationList">
<xs:complexType>
<xs:sequence>
<xs:element name="baseStation" type=" BaseStation " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: DNSServer

Super-types: LinkService < DNSServer (by extension)
Sub-types: None
Name DNSServer
Abstract no
XML Instance Representation
<...>
<linkServiceId> Id </linkServiceId> [1]
<address> xs:string </address> [1]
<defaultResolver> xs:boolean </defaultResolver> [1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="DNSServer">
<xs:complexContent>
<xs:extension base=" LinkService ">
<xs:sequence>
<xs:element name="address" type=" xs:string "/>
<xs:element name="defaultResolver" type=" xs:boolean "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: EthernetInterface

Super-types: LinkLayerElement < PhysicalInterface (by extension) < EthernetInterface (by extension)
Sub-types: None
Name EthernetInterface
Abstract no
XML Instance Representation
<...>
<linkLayerElementId> Id </linkLayerElementId> [1]
<name> xs:string </name> [1]
<descr> xs:string </descr> [1]
<state> xs:unsignedInt </state> [1]
<links> [1]
<link> Id </link> [0..*]
</links>
</...>
Diagram
Schema Component Representation
<xs:complexType name="EthernetInterface">
<xs:complexContent>
<xs:extension base=" PhysicalInterface "/>
</xs:complexContent>
</xs:complexType>
top

Complex Type: EthernetNetwork

Super-types: Link < EthernetNetwork (by extension)
Sub-types: None
Name EthernetNetwork
Abstract no
XML Instance Representation
<...>
<linkId> Id </linkId> [1]
<ifId> Id </ifId> [1]
<state> xs:unsignedInt </state> [1]
<services> [1]
<service> Id </service> [0..*]
</services>
<maxSpeed> xs:unsignedInt </maxSpeed> [1]
<mtu> xs:unsignedInt </mtu> [1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="EthernetNetwork">
<xs:complexContent>
<xs:extension base=" Link "/>
</xs:complexContent>
</xs:complexType>
top

Complex Type: Gateway

Super-types: LinkService < Gateway (by extension)
Sub-types: None
Name Gateway
Abstract no
XML Instance Representation
<...>
<linkServiceId> Id </linkServiceId> [1]
<address> xs:string </address> [1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="Gateway">
<xs:complexContent>
<xs:extension base=" LinkService ">
<xs:sequence>
<xs:element name="address" type=" xs:string "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: GatewayPathSegment

Super-types: PathSegment < GatewayPathSegment (by extension)
Sub-types:
Name GatewayPathSegment
Abstract no
XML Instance Representation
<...>
<pathSegmentId> Id </pathSegmentId> [1]
<link> Id </link> [1]
<gateway> Id </gateway> [1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="GatewayPathSegment">
<xs:complexContent>
<xs:extension base=" PathSegment ">
<xs:sequence>
<xs:element name="gateway" type=" Id "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: Instance

Super-types: Msg < Instance (by extension)
Sub-types:
Name Instance
Abstract no
XML Instance Representation
<...>
Start Choice [1]
<CellularInterface> CellularInterface </CellularInterface> [1]
<CellularNetwork> CellularNetwork </CellularNetwork> [1]
<WLANInterface> WLANInterface </WLANInterface> [1]
<WLANNetwork> WLANNetwork </WLANNetwork> [1]
<BluetoothInterface> BluetoothInterface </BluetoothInterface> [1]
<BluetoothNetwork> BluetoothNetwork </BluetoothNetwork> [1]
<BluetoothLink> BluetoothLink </BluetoothLink> [1]
<EthernetInterface> EthernetInterface </EthernetInterface> [1]
<EthernetNetwork> EthernetNetwork </EthernetNetwork> [1]
<SerialInterface> SerialInterface </SerialInterface> [1]
<SerialNetwork> SerialNetwork </SerialNetwork> [1]
<LoopbackInterface> LoopbackInterface </LoopbackInterface> [1]
<LoopbackNetwork> LoopbackNetwork </LoopbackNetwork> [1]
<MIPInterface> MIPInterface </MIPInterface> [1]
<IPv4Stack> IPv4Stack </IPv4Stack> [1]
<IPv6Stack> IPv6Stack </IPv6Stack> [1]
<IPv4LocalPathSegment> IPv4LocalPathSegment </IPv4LocalPathSegment> [1]
<IPv4GatewayPathSegment> IPv4GatewayPathSegment </IPv4GatewayPathSegment> [1]
<IPv6LocalPathSegment> IPv6LocalPathSegment </IPv6LocalPathSegment> [1]
<IPv6GatewayPathSegment> IPv6GatewayPathSegment </IPv6GatewayPathSegment> [1]
<UDPStack> UDPStack </UDPStack> [1]
<TCPStack> TCPStack </TCPStack> [1]
<SCTPStack> SCTPStack </SCTPStack> [1]
<UDPListener> UDPListener </UDPListener> [1]
<TCPListener> TCPListener </TCPListener> [1]
<TCPConnection> TCPConnection </TCPConnection> [1]
<SCTPListener> SCTPListener </SCTPListener> [1]
<SCTPConnection> SCTPConnection </SCTPConnection> [1]
<DNSServer> DNSServer </DNSServer> [1]
<Gateway> Gateway </Gateway> [1]
End Choice
</...>
Diagram
Schema Component Representation
<xs:complexType name="Instance">
<xs:complexContent>
<xs:extension base=" Msg ">
<xs:choice>
<xs:element name="CellularInterface" type=" CellularInterface "/>
<xs:element name="CellularNetwork" type=" CellularNetwork "/>
<xs:element name="WLANInterface" type=" WLANInterface "/>
<xs:element name="WLANNetwork" type=" WLANNetwork "/>
<xs:element name="BluetoothInterface" type=" BluetoothInterface "/>
<xs:element name="BluetoothNetwork" type=" BluetoothNetwork "/>
<xs:element name="BluetoothLink" type=" BluetoothLink "/>
<xs:element name="EthernetInterface" type=" EthernetInterface "/>
<xs:element name="EthernetNetwork" type=" EthernetNetwork "/>
<xs:element name="SerialInterface" type=" SerialInterface "/>
<xs:element name="SerialNetwork" type=" SerialNetwork "/>
<xs:element name="LoopbackInterface" type=" LoopbackInterface "/>
<xs:element name="LoopbackNetwork" type=" LoopbackNetwork "/>
<xs:element name="MIPInterface" type=" MIPInterface "/>
<xs:element name="IPv4Stack" type=" IPv4Stack "/>
<xs:element name="IPv6Stack" type=" IPv6Stack "/>
<xs:element name="IPv4LocalPathSegment" type=" IPv4LocalPathSegment "/>
<xs:element name="IPv4GatewayPathSegment" type=" IPv4GatewayPathSegment "/>
<xs:element name="IPv6LocalPathSegment" type=" IPv6LocalPathSegment "/>
<xs:element name="IPv6GatewayPathSegment" type=" IPv6GatewayPathSegment "/>
<xs:element name="UDPStack" type=" UDPStack "/>
<xs:element name="TCPStack" type=" TCPStack "/>
<xs:element name="SCTPStack" type=" SCTPStack "/>
<xs:element name="UDPListener" type=" UDPListener "/>
<xs:element name="TCPListener" type=" TCPListener "/>
<xs:element name="TCPConnection" type=" TCPConnection "/>
<xs:element name="SCTPListener" type=" SCTPListener "/>
<xs:element name="SCTPConnection" type=" SCTPConnection "/>
<xs:element name="DNSServer" type=" DNSServer "/>
<xs:element name="Gateway" type=" Gateway "/>
</xs:choice>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: InstanceId

Super-types: Msg < InstanceId (by extension)
Sub-types:
Name InstanceId
Abstract no
XML Instance Representation
<...>
<type> xs:string </type> [1]
<id> Id </id> [1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="InstanceId">
<xs:complexContent>
<xs:extension base=" Msg ">
<xs:sequence>
<xs:element name="type" type=" xs:string "/>
<xs:element name="id" type=" Id "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: IPv4GatewayPathSegment

Super-types: PathSegment < GatewayPathSegment (by extension) < IPv4GatewayPathSegment (by extension)
Sub-types: None
Name IPv4GatewayPathSegment
Abstract no
XML Instance Representation
<...>
<pathSegmentId> Id </pathSegmentId> [1]
<link> Id </link> [1]
<gateway> Id </gateway> [1]
<address> xs:string </address> [1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="IPv4GatewayPathSegment">
<xs:complexContent>
<xs:extension base=" GatewayPathSegment ">
<xs:sequence>
<xs:element name="address" type=" xs:string "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: IPv4LocalPathSegment

Super-types: PathSegment < LocalPathSegment (by extension) < IPv4LocalPathSegment (by extension)
Sub-types: None
Name IPv4LocalPathSegment
Abstract no
XML Instance Representation
<...>
<pathSegmentId> Id </pathSegmentId> [1]
<link> Id </link> [1]
<address> xs:string </address> [1]
<net> xs:string </net> [1]
<prefix> xs:unsignedByte </prefix> [1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="IPv4LocalPathSegment">
<xs:complexContent>
<xs:extension base=" LocalPathSegment ">
<xs:sequence>
<xs:element name="address" type=" xs:string "/>
<xs:element name="net" type=" xs:string "/>
<xs:element name="prefix" type=" xs:unsignedByte "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: IPv4Stack

Super-types: NetworkLayerElement < IPv4Stack (by extension)
Sub-types: None
Name IPv4Stack
Abstract no
XML Instance Representation
<...>
<networkLayerElementId> Id </networkLayerElementId> [1]
<name> xs:string </name> [1]
<descr> xs:string </descr> [1]
<routes> [1]
<route> Id </route> [0..*]
</routes>
<defaultRoute> Id </defaultRoute> [0..1]
<forwarding> xs:boolean </forwarding> [1]
<defaultTTL> xs:unsignedByte </defaultTTL> [1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="IPv4Stack">
<xs:complexContent>
<xs:extension base=" NetworkLayerElement ">
<xs:sequence>
<xs:element name="forwarding" type=" xs:boolean "/>
<xs:element name="defaultTTL" type=" xs:unsignedByte "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: IPv6GatewayPathSegment

Super-types: PathSegment < GatewayPathSegment (by extension) < IPv6GatewayPathSegment (by extension)
Sub-types: None
Name IPv6GatewayPathSegment
Abstract no
XML Instance Representation
<...>
<pathSegmentId> Id </pathSegmentId> [1]
<link> Id </link> [1]
<gateway> Id </gateway> [1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="IPv6GatewayPathSegment">
<xs:complexContent>
<xs:extension base=" GatewayPathSegment "/>
</xs:complexContent>
</xs:complexType>
top

Complex Type: IPv6LocalPathSegment

Super-types: PathSegment < LocalPathSegment (by extension) < IPv6LocalPathSegment (by extension)
Sub-types: None
Name IPv6LocalPathSegment
Abstract no
XML Instance Representation
<...>
<pathSegmentId> Id </pathSegmentId> [1]
<link> Id </link> [1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="IPv6LocalPathSegment">
<xs:complexContent>
<xs:extension base=" LocalPathSegment "/>
</xs:complexContent>
</xs:complexType>
top

Complex Type: IPv6Stack

Super-types: NetworkLayerElement < IPv6Stack (by extension)
Sub-types: None
Name IPv6Stack
Abstract no
XML Instance Representation
<...>
<networkLayerElementId> Id </networkLayerElementId> [1]
<name> xs:string </name> [1]
<descr> xs:string </descr> [1]
<routes> [1]
<route> Id </route> [0..*]
</routes>
<defaultRoute> Id </defaultRoute> [0..1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="IPv6Stack">
<xs:complexContent>
<xs:extension base=" NetworkLayerElement "/>
</xs:complexContent>
</xs:complexType>
top

Complex Type: Link

Super-types: None
Sub-types:
Name Link
Abstract yes
XML Instance Representation
<...>
<linkId> Id </linkId> [1]
<ifId> Id </ifId> [1]
<state> xs:unsignedInt </state> [1]
<services> [1]
<service> Id </service> [0..*]
</services>
<maxSpeed> xs:unsignedInt </maxSpeed> [1]
<mtu> xs:unsignedInt </mtu> [1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="Link" abstract="true">
<xs:sequence>
<xs:element name="linkId" type=" Id "/>
<-- Reference to type (derived from) LinkLayerElement -->
<xs:element name="ifId" type=" Id "/>
<xs:element name="state" type=" xs:unsignedInt " default="0"/>
<xs:element name="services">
<xs:complexType>
<xs:sequence>
<-- Reference to type (derived from) LinkService -->
<xs:element name="service" type=" Id " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="maxSpeed" type=" xs:unsignedInt "/>
<xs:element name="mtu" type=" xs:unsignedInt "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: LinkLayerElement

Super-types: None
Sub-types:
Name LinkLayerElement
Abstract yes
XML Instance Representation
<...>
<linkLayerElementId> Id </linkLayerElementId> [1]
<name> xs:string </name> [1]
<descr> xs:string </descr> [1]
<state> xs:unsignedInt </state> [1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="LinkLayerElement" abstract="true">
<xs:sequence>
<xs:element name="linkLayerElementId" type=" Id "/>
<xs:element name="name" type=" xs:string "/>
<xs:element name="descr" type=" xs:string "/>
<xs:element name="state" type=" xs:unsignedInt " default="0"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: LinkService

Super-types: None
Sub-types:
Name LinkService
Abstract yes
XML Instance Representation
<...>
<linkServiceId> Id </linkServiceId> [1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="LinkService" abstract="true">
<xs:sequence>
<xs:element name="linkServiceId" type=" Id "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: LocalPathSegment

Super-types: PathSegment < LocalPathSegment (by extension)
Sub-types:
Name LocalPathSegment
Abstract no
XML Instance Representation
<...>
<pathSegmentId> Id </pathSegmentId> [1]
<link> Id </link> [1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="LocalPathSegment">
<xs:complexContent>
<xs:extension base=" PathSegment "/>
</xs:complexContent>
</xs:complexType>
top

Complex Type: LoopbackInterface

Super-types: LinkLayerElement < VirtualInterface (by extension) < LoopbackInterface (by extension)
Sub-types: None
Name LoopbackInterface
Abstract no
XML Instance Representation
<...>
<linkLayerElementId> Id </linkLayerElementId> [1]
<name> xs:string </name> [1]
<descr> xs:string </descr> [1]
<state> xs:unsignedInt </state> [1]
<baseInterfaces> [1]
<baseInterface> Id </baseInterface> [0..*]
</baseInterfaces>
<nwId> Id </nwId> [1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="LoopbackInterface">
<xs:complexContent>
<xs:extension base=" VirtualInterface ">
<xs:sequence>
<-- Reference to type (derived from) LoopbackNetwork. -->
<xs:element name="nwId" type=" Id "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: LoopbackNetwork

Super-types: Link < LoopbackNetwork (by extension)
Sub-types: None
Name LoopbackNetwork
Abstract no
XML Instance Representation
<...>
<linkId> Id </linkId> [1]
<ifId> Id </ifId> [1]
<state> xs:unsignedInt </state> [1]
<services> [1]
<service> Id </service> [0..*]
</services>
<maxSpeed> xs:unsignedInt </maxSpeed> [1]
<mtu> xs:unsignedInt </mtu> [1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="LoopbackNetwork">
<xs:complexContent>
<xs:extension base=" Link "/>
</xs:complexContent>
</xs:complexType>
top

Complex Type: MIPInterface

Super-types: LinkLayerElement < VirtualInterface (by extension) < MIPInterface (by extension)
Sub-types: None
Name MIPInterface
Abstract no
XML Instance Representation
<...>
<linkLayerElementId> Id </linkLayerElementId> [1]
<name> xs:string </name> [1]
<descr> xs:string </descr> [1]
<state> xs:unsignedInt </state> [1]
<baseInterfaces> [1]
<baseInterface> Id </baseInterface> [0..*]
</baseInterfaces>
<tunnel> MIPTunnel </tunnel> [0..1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="MIPInterface">
<xs:complexContent>
<xs:extension base=" VirtualInterface ">
<xs:sequence>
<xs:element name="tunnel" type=" MIPTunnel " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: MIPTunnel

Super-types: Link < MIPTunnel (by extension)
Sub-types: None
Name MIPTunnel
Abstract no
XML Instance Representation
<...>
<linkId> Id </linkId> [1]
<ifId> Id </ifId> [1]
<state> xs:unsignedInt </state> [1]
<services> [1]
<service> Id </service> [0..*]
</services>
<maxSpeed> xs:unsignedInt </maxSpeed> [1]
<mtu> xs:unsignedInt </mtu> [1]
<pathSegment> GatewayPathSegment </pathSegment> [0..1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="MIPTunnel">
<xs:complexContent>
<xs:extension base=" Link ">
<xs:sequence>
<xs:element name="pathSegment" type=" GatewayPathSegment " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: Msg

Super-types: None
Sub-types:
Name Msg
Abstract no
XML Instance Representation
<.../>
Diagram
Schema Component Representation
<xs:complexType name="Msg"/>
top

Complex Type: MsgCreate

Super-types: Msg < Instance (by extension) < MsgCreate (by extension)
Sub-types: None
Name MsgCreate
Abstract no
XML Instance Representation
<...>
Start Choice [1]
<CellularInterface> CellularInterface </CellularInterface> [1]
<CellularNetwork> CellularNetwork </CellularNetwork> [1]
<WLANInterface> WLANInterface </WLANInterface> [1]
<WLANNetwork> WLANNetwork </WLANNetwork> [1]
<BluetoothInterface> BluetoothInterface </BluetoothInterface> [1]
<BluetoothNetwork> BluetoothNetwork </BluetoothNetwork> [1]
<BluetoothLink> BluetoothLink </BluetoothLink> [1]
<EthernetInterface> EthernetInterface </EthernetInterface> [1]
<EthernetNetwork> EthernetNetwork </EthernetNetwork> [1]
<SerialInterface> SerialInterface </SerialInterface> [1]
<SerialNetwork> SerialNetwork </SerialNetwork> [1]
<LoopbackInterface> LoopbackInterface </LoopbackInterface> [1]
<LoopbackNetwork> LoopbackNetwork </LoopbackNetwork> [1]
<MIPInterface> MIPInterface </MIPInterface> [1]
<IPv4Stack> IPv4Stack </IPv4Stack> [1]
<IPv6Stack> IPv6Stack </IPv6Stack> [1]
<IPv4LocalPathSegment> IPv4LocalPathSegment </IPv4LocalPathSegment> [1]
<IPv4GatewayPathSegment> IPv4GatewayPathSegment </IPv4GatewayPathSegment> [1]
<IPv6LocalPathSegment> IPv6LocalPathSegment </IPv6LocalPathSegment> [1]
<IPv6GatewayPathSegment> IPv6GatewayPathSegment </IPv6GatewayPathSegment> [1]
<UDPStack> UDPStack </UDPStack> [1]
<TCPStack> TCPStack </TCPStack> [1]
<SCTPStack> SCTPStack </SCTPStack> [1]
<UDPListener> UDPListener </UDPListener> [1]
<TCPListener> TCPListener </TCPListener> [1]
<TCPConnection> TCPConnection </TCPConnection> [1]
<SCTPListener> SCTPListener </SCTPListener> [1]
<SCTPConnection> SCTPConnection </SCTPConnection> [1]
<DNSServer> DNSServer </DNSServer> [1]
<Gateway> Gateway </Gateway> [1]
End Choice
</...>
Diagram
Schema Component Representation
<xs:complexType name="MsgCreate">
<xs:complexContent>
<xs:extension base=" Instance "/>
</xs:complexContent>
</xs:complexType>
top

Complex Type: MsgDelete

Super-types: Msg < InstanceId (by extension) < MsgDelete (by extension)
Sub-types: None
Name MsgDelete
Abstract no
XML Instance Representation
<...>
<type> xs:string </type> [1]
<id> Id </id> [1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="MsgDelete">
<xs:complexContent>
<xs:extension base=" InstanceId "/>
</xs:complexContent>
</xs:complexType>
top

Complex Type: MsgIoctlCall

Super-types: Msg < MsgIoctlCall (by extension)
Sub-types: None
Name MsgIoctlCall
Abstract no
XML Instance Representation
<...>
<callid> xs:unsignedInt </callid> [1]
<type> TypeId </type> [1]
<id> Id </id> [1]
<ioctl> xs:unsignedInt </ioctl> [1]
<input> xs:hexBinary </input> [1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="MsgIoctlCall">
<xs:complexContent>
<xs:extension base=" Msg ">
<xs:sequence>
<xs:element name="callid" type=" xs:unsignedInt "/>
<xs:element name="type" type=" TypeId "/>
<xs:element name="id" type=" Id "/>
<xs:element name="ioctl" type=" xs:unsignedInt "/>
<xs:element name="input" type=" xs:hexBinary "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: MsgIoctlResult

Super-types: Msg < MsgIoctlResult (by extension)
Sub-types: None
Name MsgIoctlResult
Abstract no
XML Instance Representation
<...>
<callid> xs:unsignedInt </callid> [1]
<result> xs:boolean </result> [1]
<output> xs:hexBinary </output> [1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="MsgIoctlResult">
<xs:complexContent>
<xs:extension base=" Msg ">
<xs:sequence>
<xs:element name="callid" type=" xs:unsignedInt "/>
<xs:element name="result" type=" xs:boolean "/>
<xs:element name="output" type=" xs:hexBinary "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: MsgSubscribe

Super-types: Msg < MsgSubscribe (by extension)
Sub-types: None
Name MsgSubscribe
Abstract no
XML Instance Representation
<...>
Start Choice [1..*]
<layer> xs:string (value comes from list: {'transport'|'network'|'link'}) </layer> [1]
<type> TypeId </type> [1]
<instance> [1]
<type> TypeId </type> [1]
<id> Id </id> [1]
</instance>
End Choice
</...>
Diagram
Schema Component Representation
<xs:complexType name="MsgSubscribe">
<xs:complexContent>
<xs:extension base=" Msg ">
<xs:choice maxOccurs="unbounded">
<xs:element name="layer">
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="transport"/>
<xs:enumeration value="network"/>
<xs:enumeration value="link"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="type" type=" TypeId "/>
<xs:element name="instance">
<xs:complexType>
<xs:sequence>
<xs:element name="type" type=" TypeId "/>
<xs:element name="id" type=" Id "/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:choice>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: MsgTransBegin

Super-types: Msg < MsgTransBegin (by extension)
Sub-types: None
Name MsgTransBegin
Abstract no
XML Instance Representation
<.../>
Diagram
Schema Component Representation
<xs:complexType name="MsgTransBegin">
<xs:complexContent>
<xs:extension base=" Msg "/>
</xs:complexContent>
</xs:complexType>
top

Complex Type: MsgTransEnd

Super-types: Msg < MsgTransEnd (by extension)
Sub-types: None
Name MsgTransEnd
Abstract no
XML Instance Representation
<.../>
Diagram
Schema Component Representation
<xs:complexType name="MsgTransEnd">
<xs:complexContent>
<xs:extension base=" Msg "/>
</xs:complexContent>
</xs:complexType>
top

Complex Type: MsgUpdate

Super-types: Msg < Instance (by extension) < MsgUpdate (by extension)
Sub-types: None
Name MsgUpdate
Abstract no
XML Instance Representation
<...>
Start Choice [1]
<CellularInterface> CellularInterface </CellularInterface> [1]
<CellularNetwork> CellularNetwork </CellularNetwork> [1]
<WLANInterface> WLANInterface </WLANInterface> [1]
<WLANNetwork> WLANNetwork </WLANNetwork> [1]
<BluetoothInterface> BluetoothInterface </BluetoothInterface> [1]
<BluetoothNetwork> BluetoothNetwork </BluetoothNetwork> [1]
<BluetoothLink> BluetoothLink </BluetoothLink> [1]
<EthernetInterface> EthernetInterface </EthernetInterface> [1]
<EthernetNetwork> EthernetNetwork </EthernetNetwork> [1]
<SerialInterface> SerialInterface </SerialInterface> [1]
<SerialNetwork> SerialNetwork </SerialNetwork> [1]
<LoopbackInterface> LoopbackInterface </LoopbackInterface> [1]
<LoopbackNetwork> LoopbackNetwork </LoopbackNetwork> [1]
<MIPInterface> MIPInterface </MIPInterface> [1]
<IPv4Stack> IPv4Stack </IPv4Stack> [1]
<IPv6Stack> IPv6Stack </IPv6Stack> [1]
<IPv4LocalPathSegment> IPv4LocalPathSegment </IPv4LocalPathSegment> [1]
<IPv4GatewayPathSegment> IPv4GatewayPathSegment </IPv4GatewayPathSegment> [1]
<IPv6LocalPathSegment> IPv6LocalPathSegment </IPv6LocalPathSegment> [1]
<IPv6GatewayPathSegment> IPv6GatewayPathSegment </IPv6GatewayPathSegment> [1]
<UDPStack> UDPStack </UDPStack> [1]
<TCPStack> TCPStack </TCPStack> [1]
<SCTPStack> SCTPStack </SCTPStack> [1]
<UDPListener> UDPListener </UDPListener> [1]
<TCPListener> TCPListener </TCPListener> [1]
<TCPConnection> TCPConnection </TCPConnection> [1]
<SCTPListener> SCTPListener </SCTPListener> [1]
<SCTPConnection> SCTPConnection </SCTPConnection> [1]
<DNSServer> DNSServer </DNSServer> [1]
<Gateway> Gateway </Gateway> [1]
End Choice
</...>
Diagram
Schema Component Representation
<xs:complexType name="MsgUpdate">
<xs:complexContent>
<xs:extension base=" Instance "/>
</xs:complexContent>
</xs:complexType>
top

Complex Type: NetworkLayerElement

Super-types: None
Sub-types:
Name NetworkLayerElement
Abstract yes
XML Instance Representation
<...>
<networkLayerElementId> Id </networkLayerElementId> [1]
<name> xs:string </name> [1]
<descr> xs:string </descr> [1]
<routes> [1]
<route> Id </route> [0..*]
</routes>
<defaultRoute> Id </defaultRoute> [0..1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="NetworkLayerElement" abstract="true">
<xs:sequence>
<xs:element name="networkLayerElementId" type=" Id "/>
<xs:element name="name" type=" xs:string "/>
<xs:element name="descr" type=" xs:string "/>
<xs:element name="routes">
<xs:complexType>
<xs:sequence>
<-- Reference to type (derived from) PathSegment. -->
<xs:element name="route" type=" Id " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<-- Reference to type (derived from) PathSegment. -->
<xs:element name="defaultRoute" type=" Id " minOccurs="0"/>
</xs:sequence>
</xs:complexType>
top

Complex Type: PathSegment

Super-types: None
Sub-types:
Name PathSegment
Abstract yes
XML Instance Representation
<...>
<pathSegmentId> Id </pathSegmentId> [1]
<link> Id </link> [1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="PathSegment" abstract="true">
<xs:sequence>
<xs:element name="pathSegmentId" type=" Id "/>
<-- Reference to type (derived from) Link. -->
<xs:element name="link" type=" Id "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: PhysicalInterface

Super-types: LinkLayerElement < PhysicalInterface (by extension)
Sub-types:
Name PhysicalInterface
Abstract yes
XML Instance Representation
<...>
<linkLayerElementId> Id </linkLayerElementId> [1]
<name> xs:string </name> [1]
<descr> xs:string </descr> [1]
<state> xs:unsignedInt </state> [1]
<links> [1]
<link> Id </link> [0..*]
</links>
</...>
Diagram
Schema Component Representation
<xs:complexType name="PhysicalInterface" abstract="true">
<xs:complexContent>
<xs:extension base=" LinkLayerElement ">
<xs:sequence>
<xs:element name="links">
<xs:complexType>
<xs:sequence>
<-- Reference to type (derived from) Link. -->
<xs:element name="link" type=" Id " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SCTPAssociation

Super-types: Transport < SCTPAssociation (by extension)
Sub-types: None
Name SCTPAssociation
Abstract no
XML Instance Representation
<...>
<transportId> Id </transportId> [1]
<stack> Id </stack> [1]
<pathSegments> [1]
<pathSegment> Id </pathSegment> [1..65536]
</pathSegments>
<localPort> xs:unsignedShort </localPort> [1]
<remoteAddresses> [1]
<remoteAddress> xs:string </remoteAddress> [1..65536]
</remoteAddresses>
<remotePort> xs:unsignedShort </remotePort> [1]
<state> xs:unsignedInt </state> [1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="SCTPAssociation">
<xs:complexContent>
<xs:extension base=" Transport ">
<xs:sequence>
<xs:element name="pathSegments" type=" Id ">
<xs:complexType>
<xs:sequence>
<-- Reference to type PathSegment. -->
<xs:element name="pathSegment" type=" Id " minOccurs="1" maxOccurs="65536"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="localPort" type=" xs:unsignedShort "/>
<xs:element name="remoteAddresses">
<xs:complexType>
<xs:element name="remoteAddress" type=" xs:string " minOccurs="1" maxOccurs="65536"/>
</xs:complexType>
</xs:element>
<xs:element name="remotePort" type=" xs:unsignedShort "/>
<xs:element name="state" type=" xs:unsignedInt "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SCTPListener

Super-types: Transport < SCTPListener (by extension)
Sub-types: None
Name SCTPListener
Abstract no
XML Instance Representation
<...>
<transportId> Id </transportId> [1]
<stack> Id </stack> [1]
<localPathSegment> Id </localPathSegment> [1]
<port> xs:unsignedShort </port> [1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="SCTPListener">
<xs:complexContent>
<xs:extension base=" Transport ">
<xs:sequence>
<-- Reference to type LocalPathSegment. -->
<xs:element name="localPathSegment" type=" Id "/>
<xs:element name="port" type=" xs:unsignedShort "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SCTPStack

Super-types: TransportLayerElement < SCTPStack (by extension)
Sub-types: None
Name SCTPStack
Abstract no
XML Instance Representation
<...>
<transportLayerElementId> Id </transportLayerElementId> [1]
<transports> [1]
<transport> Id </transport> [0..*]
</transports>
</...>
Diagram
Schema Component Representation
<xs:complexType name="SCTPStack">
<xs:complexContent>
<xs:extension base=" TransportLayerElement "/>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SerialInterface

Super-types: LinkLayerElement < PhysicalInterface (by extension) < SerialInterface (by extension)
Sub-types: None
Name SerialInterface
Abstract no
XML Instance Representation
<...>
<linkLayerElementId> Id </linkLayerElementId> [1]
<name> xs:string </name> [1]
<descr> xs:string </descr> [1]
<state> xs:unsignedInt </state> [1]
<links> [1]
<link> Id </link> [0..*]
</links>
</...>
Diagram
Schema Component Representation
<xs:complexType name="SerialInterface">
<xs:complexContent>
<xs:extension base=" PhysicalInterface "/>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SerialNetwork

Super-types: Link < SerialNetwork (by extension)
Sub-types: None
Name SerialNetwork
Abstract no
XML Instance Representation
<...>
<linkId> Id </linkId> [1]
<ifId> Id </ifId> [1]
<state> xs:unsignedInt </state> [1]
<services> [1]
<service> Id </service> [0..*]
</services>
<maxSpeed> xs:unsignedInt </maxSpeed> [1]
<mtu> xs:unsignedInt </mtu> [1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="SerialNetwork">
<xs:complexContent>
<xs:extension base=" Link "/>
</xs:complexContent>
</xs:complexType>
top

Complex Type: TCPConnection

Super-types: Transport < TCPConnection (by extension)
Sub-types: None
Name TCPConnection
Abstract no
XML Instance Representation
<...>
<transportId> Id </transportId> [1]
<stack> Id </stack> [1]
<pathSegment> Id </pathSegment> [1]
<localPort> xs:unsignedShort </localPort> [1]
<remoteAddress> xs:string </remoteAddress> [1]
<remotePort> xs:unsignedShort </remotePort> [1]
<state> xs:unsignedInt </state> [1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="TCPConnection">
<xs:complexContent>
<xs:extension base=" Transport ">
<xs:sequence>
<-- Reference to type PathSegment. -->
<xs:element name="pathSegment" type=" Id "/>
<xs:element name="localPort" type=" xs:unsignedShort "/>
<xs:element name="remoteAddress" type=" xs:string "/>
<xs:element name="remotePort" type=" xs:unsignedShort "/>
<xs:element name="state" type=" xs:unsignedInt "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: TCPListener

Super-types: Transport < TCPListener (by extension)
Sub-types: None
Name TCPListener
Abstract no
XML Instance Representation
<...>
<transportId> Id </transportId> [1]
<stack> Id </stack> [1]
<localPathSegment> Id </localPathSegment> [1]
<port> xs:unsignedShort </port> [1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="TCPListener">
<xs:complexContent>
<xs:extension base=" Transport ">
<xs:sequence>
<-- Reference to type LocalPathSegment. -->
<xs:element name="localPathSegment" type=" Id "/>
<xs:element name="port" type=" xs:unsignedShort "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: TCPStack

Super-types: TransportLayerElement < TCPStack (by extension)
Sub-types: None
Name TCPStack
Abstract no
XML Instance Representation
<...>
<transportLayerElementId> Id </transportLayerElementId> [1]
<transports> [1]
<transport> Id </transport> [0..*]
</transports>
<maxConnections> xs:unsignedInt </maxConnections> [1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="TCPStack">
<xs:complexContent>
<xs:extension base=" TransportLayerElement ">
<xs:sequence>
<xs:element name="maxConnections" type=" xs:unsignedInt "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: Transport

Super-types: None
Sub-types:
Name Transport
Abstract yes
XML Instance Representation
<...>
<transportId> Id </transportId> [1]
<stack> Id </stack> [1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="Transport" abstract="true">
<xs:sequence>
<xs:element name="transportId" type=" Id "/>
<-- Reference to type TransportLayerElement. -->
<xs:element name="stack" type=" Id "/>
</xs:sequence>
</xs:complexType>
top

Complex Type: TransportLayerElement

Super-types: None
Sub-types:
Name TransportLayerElement
Abstract yes
XML Instance Representation
<...>
<transportLayerElementId> Id </transportLayerElementId> [1]
<transports> [1]
<transport> Id </transport> [0..*]
</transports>
</...>
Diagram
Schema Component Representation
<xs:complexType name="TransportLayerElement" abstract="true">
<xs:sequence>
<xs:element name="transportLayerElementId" type=" Id "/>
<xs:element name="transports">
<xs:complexType>
<xs:sequence>
<-- Reference to type (derived from) Transport. -->
<xs:element name="transport" type=" Id " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
top

Complex Type: UDPListener

Super-types: Transport < UDPListener (by extension)
Sub-types: None
Name UDPListener
Abstract no
XML Instance Representation
<...>
<transportId> Id </transportId> [1]
<stack> Id </stack> [1]
<localPathSegment> Id </localPathSegment> [1]
<port> xs:unsignedShort </port> [1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="UDPListener">
<xs:complexContent>
<xs:extension base=" Transport ">
<xs:sequence>
<-- Reference to type LocalPathSegment. -->
<xs:element name="localPathSegment" type=" Id "/>
<xs:element name="port" type=" xs:unsignedShort "/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: UDPStack

Super-types: TransportLayerElement < UDPStack (by extension)
Sub-types: None
Name UDPStack
Abstract no
XML Instance Representation
<...>
<transportLayerElementId> Id </transportLayerElementId> [1]
<transports> [1]
<transport> Id </transport> [0..*]
</transports>
</...>
Diagram
Schema Component Representation
<xs:complexType name="UDPStack">
<xs:complexContent>
<xs:extension base=" TransportLayerElement "/>
</xs:complexContent>
</xs:complexType>
top

Complex Type: VirtualInterface

Super-types: LinkLayerElement < VirtualInterface (by extension)
Sub-types:
Name VirtualInterface
Abstract yes
XML Instance Representation
<...>
<linkLayerElementId> Id </linkLayerElementId> [1]
<name> xs:string </name> [1]
<descr> xs:string </descr> [1]
<state> xs:unsignedInt </state> [1]
<baseInterfaces> [1]
<baseInterface> Id </baseInterface> [0..*]
</baseInterfaces>
</...>
Diagram
Schema Component Representation
<xs:complexType name="VirtualInterface" abstract="true">
<xs:complexContent>
<xs:extension base=" LinkLayerElement ">
<xs:sequence>
<xs:element name="baseInterfaces">
<xs:complexType>
<xs:sequence>
<-- Reference to type (derived from) LinkLayerElement. -->
<xs:element name="baseInterface" type=" Id " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: WLANInterface

Super-types: LinkLayerElement < PhysicalInterface (by extension) < WLANInterface (by extension)
Sub-types: None
Name WLANInterface
Abstract no
XML Instance Representation
<...>
<linkLayerElementId> Id </linkLayerElementId> [1]
<name> xs:string </name> [1]
<descr> xs:string </descr> [1]
<state> xs:unsignedInt </state> [1]
<links> [1]
<link> Id </link> [0..*]
</links>
<currentMode> xs:unsignedInt </currentMode> [1]
<supportedModes> [1]
<supportedMode> xs:unsignedInt </supportedMode> [1..3]
</supportedModes>
<activeLink> Id </activeLink> [0..1]
</...>
Diagram
Schema Component Representation
<xs:complexType name="WLANInterface">
<xs:complexContent>
<xs:extension base=" PhysicalInterface ">
<xs:sequence>
<xs:element name="currentMode" type=" xs:unsignedInt "/>
<xs:element name="supportedModes">
<xs:complexType>
<xs:sequence>
<xs:element name="supportedMode" type=" xs:unsignedInt " maxOccurs="3"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<-- Reference to type (derived from) WLANNetwork. -->
<xs:element name="activeLink" type=" Id " minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: WLANNetwork

Super-types: Link < WLANNetwork (by extension)
Sub-types: None
Name WLANNetwork
Abstract no
XML Instance Representation
<...>
<linkId> Id </linkId> [1]
<ifId> Id </ifId> [1]
<state> xs:unsignedInt </state> [1]
<services> [1]
<service> Id </service> [0..*]
</services>
<maxSpeed> xs:unsignedInt </maxSpeed> [1]
<mtu> xs:unsignedInt </mtu> [1]
<ssid> xs:string </ssid> [1]
<accessPoint> AccessPoint </accessPoint> [1]
<accessPointList> [1]
<accessPoint> AccessPoint </accessPoint> [0..*]
</accessPointList>
</...>
Diagram
Schema Component Representation
<xs:complexType name="WLANNetwork">
<xs:complexContent>
<xs:extension base=" Link ">
<xs:sequence>
<xs:element name="ssid" type=" xs:string "/>
<xs:element name="accessPoint" type=" AccessPoint "/>
<xs:element name="accessPointList">
<xs:complexType>
<xs:sequence>
<xs:element name="accessPoint" type=" AccessPoint " minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Simple Type: Id

Super-types: xs:unsignedInt < Id (by restriction)
Sub-types: None
Name Id
Content
  • Base XSD Type: unsignedInt
Diagram
Schema Component Representation
<xs:simpleType name="Id">
<xs:restriction base=" xs:unsignedInt "/>
</xs:simpleType>
top

Simple Type: TypeId

Super-types: xs:string < TypeId (by restriction)
Sub-types: None
Name TypeId
Content
  • Base XSD Type: string
Diagram
Schema Component Representation
<xs:simpleType name="TypeId">
<xs:restriction base=" xs:string "/>
</xs:simpleType>
top

Legend

Complex Type:

Schema Component Type

AusAddress

Schema Component Name
Super-types: Address < AusAddress (by extension)
Sub-types:
  • QLDAddress (by restriction)
If this schema component is a type definition, its type hierarchy is shown in a gray-bordered box.
Name AusAddress
Abstract no
The table above displays the properties of this schema component.
XML Instance Representation
<... country="Australia" >
<unitNo> string </unitNo> [0..1]
<houseNo> string </houseNo> [1]
<street> string </street> [1]
Start Choice [1]
<city> string </city> [1]
<town> string </town> [1]
End Choice
<state> AusStates </state> [1]
<postcode> string <<pattern = [1-9][0-9]{3}>> </postcode> [1] ?
</...>

The XML Instance Representation table above shows the schema component's content as an XML instance.

Schema Component Representation
<complexType name="AusAddress">
<complexContent>
<extension base=" Address ">
<sequence>
<element name="state" type=" AusStates "/>
<element name="postcode">
<simpleType>
<restriction base=" string ">
<pattern value="[1-9][0-9]{3}"/>
</restriction>
</simpleType>
</element>
</sequence>
<attribute name="country" type=" string " fixed="Australia"/>
</extension>
</complexContent>
</complexType>
The Schema Component Representation table above displays the underlying XML representation of the schema component. (Annotations are not shown.)
top

Glossary

Abstract (Applies to complex type definitions and element declarations). An abstract element or complex type cannot used to validate an element instance. If there is a reference to an abstract element, only element declarations that can substitute the abstract element can be used to validate the instance. For references to abstract type definitions, only derived types can be used.

All Model Group Child elements can be provided in any order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-all.

Choice Model Group Only one from the list of child elements and model groups can be provided in instances. See: http://www.w3.org/TR/xmlschema-1/#element-choice.

Collapse Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32). Then, collapse contiguous sequences of space characters into single space character, and remove leading and trailing space characters.

Disallowed Substitutions (Applies to element declarations). If substitution is specified, then substitution group members cannot be used in place of the given element declaration to validate element instances. If derivation methods, e.g. extension, restriction, are specified, then the given element declaration will not validate element instances that have types derived from the element declaration's type using the specified derivation methods. Normally, element instances can override their declaration's type by specifying an xsi:type attribute.

Key Constraint Like Uniqueness Constraint, but additionally requires that the specified value(s) must be provided. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

Key Reference Constraint Ensures that the specified value(s) must match value(s) from a Key Constraint or Uniqueness Constraint. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

Model Group Groups together element content, specifying the order in which the element content can occur and the number of times the group of element content may be repeated. See: http://www.w3.org/TR/xmlschema-1/#Model_Groups.

Nillable (Applies to element declarations). If an element declaration is nillable, instances can use the xsi:nil attribute. The xsi:nil attribute is the boolean attribute, nil, from the http://www.w3.org/2001/XMLSchema-instance namespace. If an element instance has an xsi:nil attribute set to true, it can be left empty, even though its element declaration may have required content.

Notation A notation is used to identify the format of a piece of data. Values of elements and attributes that are of type, NOTATION, must come from the names of declared notations. See: http://www.w3.org/TR/xmlschema-1/#cNotation_Declarations.

Preserve Whitespace Policy Preserve whitespaces exactly as they appear in instances.

Prohibited Derivations (Applies to type definitions). Derivation methods that cannot be used to create sub-types from a given type definition.

Prohibited Substitutions (Applies to complex type definitions). Prevents sub-types that have been derived using the specified derivation methods from validating element instances in place of the given type definition.

Replace Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32).

Sequence Model Group Child elements and model groups must be provided in the specified order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-sequence.

Substitution Group Elements that are members of a substitution group can be used wherever the head element of the substitution group is referenced.

Substitution Group Exclusions (Applies to element declarations). Prohibits element declarations from nominating themselves as being able to substitute a given element declaration, if they have types that are derived from the original element's type using the specified derivation methods.

Target Namespace The target namespace identifies the namespace that components in this schema belongs to. If no target namespace is provided, then the schema components do not belong to any namespace.

Uniqueness Constraint Ensures uniqueness of an element/attribute value, or a combination of values, within a specified scope. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

top