serviceModel

Table of Contents

top

Schema Document Properties

Target Namespacehttp://www.isotc211.org/2005/srv
Version0.1
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.
Schema Composition
DocumentationThis file was generated from ISO TC/211 UML class diagrams == 11-15-2006 15:33:57 ======

Declared Namespaces

PrefixNamespace
xmlhttp://www.w3.org/XML/1998/namespace
xshttp://www.w3.org/2001/XMLSchema
xlinkhttp://www.w3.org/1999/xlink
gcohttp://www.isotc211.org/2005/gco
gmdhttp://www.isotc211.org/2005/gmd
srvhttp://www.isotc211.org/2005/srv
Schema Component Representation
<xs:schema targetNamespace="http://www.isotc211.org/2005/srv" elementFormDefault="qualified" version="0.1">
<xs:import namespace="http://www.isotc211.org/2005/gmd" schemaLocation="../gmd/gmd.xsd"/>
<xs:import namespace="http://www.isotc211.org/2005/gco" schemaLocation="../gco/gco.xsd"/>
<xs:include schemaLocation="../srv/serviceMetadata.xsd"/>
...
</xs:schema>
top

Global Declarations

Element: AbstractSV_AbstractServiceSpecification

NameAbstractSV_AbstractServiceSpecification
Typesrv:AbstractSV_AbstractServiceSpecification_Type
Nillableno
Abstractyes
XML Instance Representation
<srv:AbstractSV_AbstractServiceSpecification
id="xs:ID [0..1]"
uuid="xs:string [0..1]">
<srv:name> gco:CharacterString_PropertyType </srv:name> [1]
<srv:opModel> srv:SV_OperationModel_PropertyType </srv:opModel> [1]
<srv:theSV_Interface> srv:SV_Interface_PropertyType </srv:theSV_Interface> [1..*]
</srv:AbstractSV_AbstractServiceSpecification>
Schema Component Representation
<xs:element name="AbstractSV_AbstractServiceSpecification" type="srv:AbstractSV_AbstractServiceSpecification_Type" abstract="true"/>
top

Element: SV_Interface

NameSV_Interface
Typesrv:SV_Interface_Type
Nillableno
Abstractno
XML Instance Representation
<srv:SV_Interface
id="xs:ID [0..1]"
uuid="xs:string [0..1]">
<srv:typeName> gco:TypeName_PropertyType </srv:typeName> [1]
<srv:operation> srv:SV_Operation_PropertyType </srv:operation> [1]
<srv:theSV_PortSpecification> srv:SV_PortSpecification_PropertyType </srv:theSV_PortSpecification> [0..1]
</srv:SV_Interface>
Schema Component Representation
<xs:element name="SV_Interface" type="srv:SV_Interface_Type"/>
top

Element: SV_Operation

NameSV_Operation
Typesrv:SV_Operation_Type
Nillableno
Abstractno
XML Instance Representation
<srv:SV_Operation
id="xs:ID [0..1]"
uuid="xs:string [0..1]">
<srv:operationName> gco:MemberName_PropertyType </srv:operationName> [1]
<srv:dependsOn> srv:SV_Operation_PropertyType </srv:dependsOn> [0..*]
<srv:parameter> srv:SV_Parameter_PropertyType </srv:parameter> [1]
</srv:SV_Operation>
Schema Component Representation
<xs:element name="SV_Operation" type="srv:SV_Operation_Type"/>
top

Element: SV_OperationModel

NameSV_OperationModel
Typesrv:SV_OperationModel_Type
Nillableno
Abstractno
XML Instance Representation
<srv:SV_OperationModel> srv:SV_OperationModel_Type </srv:SV_OperationModel>
Schema Component Representation
<xs:element name="SV_OperationModel" type="srv:SV_OperationModel_Type" substitutionGroup="gco:CharacterString"/>
top

Element: SV_PlatformNeutralServiceSpecification

NameSV_PlatformNeutralServiceSpecification
Typesrv:SV_PlatformNeutralServiceSpecification_Type
Nillableno
Abstractno
XML Instance Representation
<srv:SV_PlatformNeutralServiceSpecification
id="xs:ID [0..1]"
uuid="xs:string [0..1]">
<srv:name> gco:CharacterString_PropertyType </srv:name> [1]
<srv:opModel> srv:SV_OperationModel_PropertyType </srv:opModel> [1]
<srv:theSV_Interface> srv:SV_Interface_PropertyType </srv:theSV_Interface> [1..*]
<srv:serviceType> srv:SV_ServiceType_PropertyType </srv:serviceType> [1]
<srv:implSpec> srv:SV_PlatformSpecificServiceSpecification_PropertyType </srv:implSpec> [1..*]
</srv:SV_PlatformNeutralServiceSpecification>
Schema Component Representation
<xs:element name="SV_PlatformNeutralServiceSpecification" type="srv:SV_PlatformNeutralServiceSpecification_Type" substitutionGroup="srv:AbstractSV_AbstractServiceSpecification"/>
top

Element: SV_PlatformSpecificServiceSpecification

NameSV_PlatformSpecificServiceSpecification
Typesrv:SV_PlatformSpecificServiceSpecification_Type
Nillableno
Abstractno
XML Instance Representation
<srv:SV_PlatformSpecificServiceSpecification
id="xs:ID [0..1]"
uuid="xs:string [0..1]">
<srv:name> gco:CharacterString_PropertyType </srv:name> [1]
<srv:opModel> srv:SV_OperationModel_PropertyType </srv:opModel> [1]
<srv:theSV_Interface> srv:SV_Interface_PropertyType </srv:theSV_Interface> [1..*]
<srv:DCP> srv:DCPList_PropertyType </srv:DCP> [1]
<srv:typeSpec> srv:SV_PlatformNeutralServiceSpecification_PropertyType </srv:typeSpec> [1]
<srv:implementation> srv:SV_Service_PropertyType </srv:implementation> [1..*]
</srv:SV_PlatformSpecificServiceSpecification>
Schema Component Representation
<xs:element name="SV_PlatformSpecificServiceSpecification" type="srv:SV_PlatformSpecificServiceSpecification_Type" substitutionGroup="srv:AbstractSV_AbstractServiceSpecification"/>
top

Element: SV_Port

NameSV_Port
Typesrv:SV_Port_Type
Nillableno
Abstractno
XML Instance Representation
<srv:SV_Port
id="xs:ID [0..1]"
uuid="xs:string [0..1]"/>
Schema Component Representation
<xs:element name="SV_Port" type="srv:SV_Port_Type"/>
top

Element: SV_PortSpecification

NameSV_PortSpecification
Typesrv:SV_PortSpecification_Type
Nillableno
Abstractno
XML Instance Representation
<srv:SV_PortSpecification
id="xs:ID [0..1]"
uuid="xs:string [0..1]">
<srv:binding> srv:DCPList_PropertyType </srv:binding> [1]
<srv:address> gmd:URL_PropertyType </srv:address> [1]
<srv:theSV_Port> srv:SV_Port_PropertyType </srv:theSV_Port> [1]
</srv:SV_PortSpecification>
Schema Component Representation
<xs:element name="SV_PortSpecification" type="srv:SV_PortSpecification_Type"/>
top

Element: SV_Service

NameSV_Service
Typesrv:SV_Service_Type
Nillableno
Abstractno
XML Instance Representation
<srv:SV_Service
id="xs:ID [0..1]"
uuid="xs:string [0..1]">
<srv:specification> srv:SV_PlatformSpecificServiceSpecification_PropertyType </srv:specification> [1..*]
<srv:theSV_Port> srv:SV_Port_PropertyType </srv:theSV_Port> [0..*]
</srv:SV_Service>
Schema Component Representation
<xs:element name="SV_Service" type="srv:SV_Service_Type"/>
top

Element: SV_ServiceSpecification

NameSV_ServiceSpecification
Typesrv:SV_ServiceSpecification_Type
Nillableno
Abstractno
XML Instance Representation
<srv:SV_ServiceSpecification
id="xs:ID [0..1]"
uuid="xs:string [0..1]">
<srv:name> gco:CharacterString_PropertyType </srv:name> [1]
<srv:opModel> srv:SV_OperationModel_PropertyType </srv:opModel> [1]
<srv:theSV_Interface> srv:SV_Interface_PropertyType </srv:theSV_Interface> [1..*]
<srv:typeSpec> srv:SV_PlatformNeutralServiceSpecification_PropertyType </srv:typeSpec> [1..*]
</srv:SV_ServiceSpecification>
Schema Component Representation
<xs:element name="SV_ServiceSpecification" type="srv:SV_ServiceSpecification_Type" substitutionGroup="srv:AbstractSV_AbstractServiceSpecification"/>
top

Element: SV_ServiceType

NameSV_ServiceType
Typegco:CodeListValue_Type
Nillableno
Abstractno
XML Instance Representation
<srv:SV_ServiceType
codeList="xs:anyURI [1]"
codeListValue="xs:anyURI [1]"
codeSpace="xs:anyURI [0..1]">
xs:string
</srv:SV_ServiceType>
Schema Component Representation
<xs:element name="SV_ServiceType" type="gco:CodeListValue_Type" substitutionGroup="gco:CharacterString"/>
top

Global Definitions

Complex Type: AbstractSV_AbstractServiceSpecification_Type

Super-types:gco:AbstractObject_Type < AbstractSV_AbstractServiceSpecification_Type (by extension)
Sub-types:
NameAbstractSV_AbstractServiceSpecification_Type
Abstractyes
XML Instance Representation
<...
id="xs:ID [0..1]"
uuid="xs:string [0..1]">
<srv:opModel> srv:SV_OperationModel_PropertyType </srv:opModel> [1]
<srv:theSV_Interface> srv:SV_Interface_PropertyType </srv:theSV_Interface> [1..*]
</...>
Schema Component Representation
<xs:complexType name="AbstractSV_AbstractServiceSpecification_Type" abstract="true">
<xs:complexContent>
<xs:extension base="gco:AbstractObject_Type">
<xs:sequence>
<xs:element name="name" type="gco:CharacterString_PropertyType"/>
<xs:element name="opModel" type="srv:SV_OperationModel_PropertyType"/>
<xs:element name="theSV_Interface" type="srv:SV_Interface_PropertyType" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SV_AbstractServiceSpecification_PropertyType

Super-types:None
Sub-types:None
NameSV_AbstractServiceSpecification_PropertyType
Abstractno
XML Instance Representation
<...
xlink:type="simple [0..1]"
xlink:href="[0..1]"
xlink:role="[0..1]"
xlink:arcrole="[0..1]"
xlink:title="[0..1]"
xlink:show="[0..1]"
xlink:actuate="[0..1]"
uuidref="xs:string [0..1]"
gco:nilReason="[0..1]">
Start Sequence [0..1]
<srv:AbstractSV_AbstractServiceSpecification> ... </srv:AbstractSV_AbstractServiceSpecification> [1]
End Sequence
</...>
Schema Component Representation
<xs:complexType name="SV_AbstractServiceSpecification_PropertyType">
<xs:sequence minOccurs="0">
<xs:element ref="srv:AbstractSV_AbstractServiceSpecification"/>
</xs:sequence>
<xs:attributeGroup ref="gco:ObjectReference"/>
<xs:attribute ref="gco:nilReason"/>
</xs:complexType>
top

Complex Type: SV_Interface_PropertyType

Super-types:None
Sub-types:None
NameSV_Interface_PropertyType
Abstractno
XML Instance Representation
<...
xlink:type="simple [0..1]"
xlink:href="[0..1]"
xlink:role="[0..1]"
xlink:arcrole="[0..1]"
xlink:title="[0..1]"
xlink:show="[0..1]"
xlink:actuate="[0..1]"
uuidref="xs:string [0..1]"
gco:nilReason="[0..1]">
Start Sequence [0..1]
<srv:SV_Interface> ... </srv:SV_Interface> [1]
End Sequence
</...>
Schema Component Representation
<xs:complexType name="SV_Interface_PropertyType">
<xs:sequence minOccurs="0">
<xs:element ref="srv:SV_Interface"/>
</xs:sequence>
<xs:attributeGroup ref="gco:ObjectReference"/>
<xs:attribute ref="gco:nilReason"/>
</xs:complexType>
top

Complex Type: SV_Interface_Type

Super-types:gco:AbstractObject_Type < SV_Interface_Type (by extension)
Sub-types:None
NameSV_Interface_Type
Abstractno
XML Instance Representation
<...
id="xs:ID [0..1]"
uuid="xs:string [0..1]">
<srv:typeName> gco:TypeName_PropertyType </srv:typeName> [1]
<srv:operation> srv:SV_Operation_PropertyType </srv:operation> [1]
<srv:theSV_PortSpecification> srv:SV_PortSpecification_PropertyType </srv:theSV_PortSpecification> [0..1]
</...>
Schema Component Representation
<xs:complexType name="SV_Interface_Type">
<xs:complexContent>
<xs:extension base="gco:AbstractObject_Type">
<xs:sequence>
<xs:element name="typeName" type="gco:TypeName_PropertyType"/>
<xs:element name="operation" type="srv:SV_Operation_PropertyType"/>
<xs:element name="theSV_PortSpecification" type="srv:SV_PortSpecification_PropertyType" minOccurs="0"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SV_OperationModel_PropertyType

Super-types:None
Sub-types:None
NameSV_OperationModel_PropertyType
Abstractno
XML Instance Representation
<...
gco:nilReason="[0..1]">
Start Sequence [0..1]
<srv:SV_OperationModel> ... </srv:SV_OperationModel> [1]
End Sequence
</...>
Schema Component Representation
<xs:complexType name="SV_OperationModel_PropertyType">
<xs:sequence minOccurs="0">
<xs:element ref="srv:SV_OperationModel"/>
</xs:sequence>
<xs:attribute ref="gco:nilReason"/>
</xs:complexType>
top

Complex Type: SV_Operation_PropertyType

Super-types:None
Sub-types:None
NameSV_Operation_PropertyType
Abstractno
XML Instance Representation
<...
xlink:type="simple [0..1]"
xlink:href="[0..1]"
xlink:role="[0..1]"
xlink:arcrole="[0..1]"
xlink:title="[0..1]"
xlink:show="[0..1]"
xlink:actuate="[0..1]"
uuidref="xs:string [0..1]"
gco:nilReason="[0..1]">
Start Sequence [0..1]
<srv:SV_Operation> ... </srv:SV_Operation> [1]
End Sequence
</...>
Schema Component Representation
<xs:complexType name="SV_Operation_PropertyType">
<xs:sequence minOccurs="0">
<xs:element ref="srv:SV_Operation"/>
</xs:sequence>
<xs:attributeGroup ref="gco:ObjectReference"/>
<xs:attribute ref="gco:nilReason"/>
</xs:complexType>
top

Complex Type: SV_Operation_Type

Super-types:gco:AbstractObject_Type < SV_Operation_Type (by extension)
Sub-types:None
NameSV_Operation_Type
Abstractno
XML Instance Representation
<...
id="xs:ID [0..1]"
uuid="xs:string [0..1]">
<srv:operationName> gco:MemberName_PropertyType </srv:operationName> [1]
<srv:dependsOn> srv:SV_Operation_PropertyType </srv:dependsOn> [0..*]
<srv:parameter> srv:SV_Parameter_PropertyType </srv:parameter> [1]
</...>
Schema Component Representation
<xs:complexType name="SV_Operation_Type">
<xs:complexContent>
<xs:extension base="gco:AbstractObject_Type">
<xs:sequence>
<xs:element name="operationName" type="gco:MemberName_PropertyType"/>
<xs:element name="dependsOn" type="srv:SV_Operation_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
<xs:element name="parameter" type="srv:SV_Parameter_PropertyType"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SV_PlatformNeutralServiceSpecification_PropertyType

Super-types:None
Sub-types:None
NameSV_PlatformNeutralServiceSpecification_PropertyType
Abstractno
XML Instance Representation
<...
xlink:type="simple [0..1]"
xlink:href="[0..1]"
xlink:role="[0..1]"
xlink:arcrole="[0..1]"
xlink:title="[0..1]"
xlink:show="[0..1]"
xlink:actuate="[0..1]"
uuidref="xs:string [0..1]"
gco:nilReason="[0..1]">
Start Sequence [0..1]
<srv:SV_PlatformNeutralServiceSpecification> ... </srv:SV_PlatformNeutralServiceSpecification> [1]
End Sequence
</...>
Schema Component Representation
<xs:complexType name="SV_PlatformNeutralServiceSpecification_PropertyType">
<xs:sequence minOccurs="0">
<xs:element ref="srv:SV_PlatformNeutralServiceSpecification"/>
</xs:sequence>
<xs:attributeGroup ref="gco:ObjectReference"/>
<xs:attribute ref="gco:nilReason"/>
</xs:complexType>
top

Complex Type: SV_PlatformNeutralServiceSpecification_Type

Super-types:gco:AbstractObject_Type < AbstractSV_AbstractServiceSpecification_Type (by extension) < SV_PlatformNeutralServiceSpecification_Type (by extension)
Sub-types:None
NameSV_PlatformNeutralServiceSpecification_Type
Abstractno
XML Instance Representation
<...
id="xs:ID [0..1]"
uuid="xs:string [0..1]">
<srv:opModel> srv:SV_OperationModel_PropertyType </srv:opModel> [1]
<srv:theSV_Interface> srv:SV_Interface_PropertyType </srv:theSV_Interface> [1..*]
<srv:serviceType> srv:SV_ServiceType_PropertyType </srv:serviceType> [1]
</...>
Schema Component Representation
<xs:complexType name="SV_PlatformNeutralServiceSpecification_Type">
<xs:complexContent>
<xs:extension base="srv:AbstractSV_AbstractServiceSpecification_Type">
<xs:sequence>
<xs:element name="serviceType" type="srv:SV_ServiceType_PropertyType"/>
<xs:element name="implSpec" type="srv:SV_PlatformSpecificServiceSpecification_PropertyType" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SV_PlatformSpecificServiceSpecification_PropertyType

Super-types:None
Sub-types:None
NameSV_PlatformSpecificServiceSpecification_PropertyType
Abstractno
XML Instance Representation
<...
xlink:type="simple [0..1]"
xlink:href="[0..1]"
xlink:role="[0..1]"
xlink:arcrole="[0..1]"
xlink:title="[0..1]"
xlink:show="[0..1]"
xlink:actuate="[0..1]"
uuidref="xs:string [0..1]"
gco:nilReason="[0..1]">
Start Sequence [0..1]
<srv:SV_PlatformSpecificServiceSpecification> ... </srv:SV_PlatformSpecificServiceSpecification> [1]
End Sequence
</...>
Schema Component Representation
<xs:complexType name="SV_PlatformSpecificServiceSpecification_PropertyType">
<xs:sequence minOccurs="0">
<xs:element ref="srv:SV_PlatformSpecificServiceSpecification"/>
</xs:sequence>
<xs:attributeGroup ref="gco:ObjectReference"/>
<xs:attribute ref="gco:nilReason"/>
</xs:complexType>
top

Complex Type: SV_PlatformSpecificServiceSpecification_Type

Super-types:gco:AbstractObject_Type < AbstractSV_AbstractServiceSpecification_Type (by extension) < SV_PlatformSpecificServiceSpecification_Type (by extension)
Sub-types:None
NameSV_PlatformSpecificServiceSpecification_Type
Abstractno
XML Instance Representation
<...
id="xs:ID [0..1]"
uuid="xs:string [0..1]">
<srv:opModel> srv:SV_OperationModel_PropertyType </srv:opModel> [1]
<srv:theSV_Interface> srv:SV_Interface_PropertyType </srv:theSV_Interface> [1..*]
<srv:DCP> srv:DCPList_PropertyType </srv:DCP> [1]
<srv:implementation> srv:SV_Service_PropertyType </srv:implementation> [1..*]
</...>
Schema Component Representation
<xs:complexType name="SV_PlatformSpecificServiceSpecification_Type">
<xs:complexContent>
<xs:extension base="srv:AbstractSV_AbstractServiceSpecification_Type">
<xs:sequence>
<xs:element name="DCP" type="srv:DCPList_PropertyType"/>
<xs:element name="typeSpec" type="srv:SV_PlatformNeutralServiceSpecification_PropertyType"/>
<xs:element name="implementation" type="srv:SV_Service_PropertyType" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SV_PortSpecification_PropertyType

Super-types:None
Sub-types:None
NameSV_PortSpecification_PropertyType
Abstractno
XML Instance Representation
<...
xlink:type="simple [0..1]"
xlink:href="[0..1]"
xlink:role="[0..1]"
xlink:arcrole="[0..1]"
xlink:title="[0..1]"
xlink:show="[0..1]"
xlink:actuate="[0..1]"
uuidref="xs:string [0..1]"
gco:nilReason="[0..1]">
Start Sequence [0..1]
<srv:SV_PortSpecification> ... </srv:SV_PortSpecification> [1]
End Sequence
</...>
Schema Component Representation
<xs:complexType name="SV_PortSpecification_PropertyType">
<xs:sequence minOccurs="0">
<xs:element ref="srv:SV_PortSpecification"/>
</xs:sequence>
<xs:attributeGroup ref="gco:ObjectReference"/>
<xs:attribute ref="gco:nilReason"/>
</xs:complexType>
top

Complex Type: SV_PortSpecification_Type

Super-types:gco:AbstractObject_Type < SV_PortSpecification_Type (by extension)
Sub-types:None
NameSV_PortSpecification_Type
Abstractno
XML Instance Representation
<...
id="xs:ID [0..1]"
uuid="xs:string [0..1]">
<srv:binding> srv:DCPList_PropertyType </srv:binding> [1]
<srv:address> gmd:URL_PropertyType </srv:address> [1]
<srv:theSV_Port> srv:SV_Port_PropertyType </srv:theSV_Port> [1]
</...>
Schema Component Representation
<xs:complexType name="SV_PortSpecification_Type">
<xs:complexContent>
<xs:extension base="gco:AbstractObject_Type">
<xs:sequence>
<xs:element name="binding" type="srv:DCPList_PropertyType"/>
<xs:element name="address" type="gmd:URL_PropertyType"/>
<xs:element name="theSV_Port" type="srv:SV_Port_PropertyType"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SV_Port_PropertyType

Super-types:None
Sub-types:None
NameSV_Port_PropertyType
Abstractno
XML Instance Representation
<...
xlink:type="simple [0..1]"
xlink:href="[0..1]"
xlink:role="[0..1]"
xlink:arcrole="[0..1]"
xlink:title="[0..1]"
xlink:show="[0..1]"
xlink:actuate="[0..1]"
uuidref="xs:string [0..1]"
gco:nilReason="[0..1]">
Start Sequence [0..1]
<srv:SV_Port> ... </srv:SV_Port> [1]
End Sequence
</...>
Schema Component Representation
<xs:complexType name="SV_Port_PropertyType">
<xs:sequence minOccurs="0">
<xs:element ref="srv:SV_Port"/>
</xs:sequence>
<xs:attributeGroup ref="gco:ObjectReference"/>
<xs:attribute ref="gco:nilReason"/>
</xs:complexType>
top

Complex Type: SV_Port_Type

Super-types:gco:AbstractObject_Type < SV_Port_Type (by extension)
Sub-types:None
NameSV_Port_Type
Abstractno
XML Instance Representation
<...
id="xs:ID [0..1]"
uuid="xs:string [0..1]"/>
Schema Component Representation
<xs:complexType name="SV_Port_Type">
<xs:complexContent>
<xs:extension base="gco:AbstractObject_Type">
<xs:sequence/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SV_ServiceSpecification_PropertyType

Super-types:None
Sub-types:None
NameSV_ServiceSpecification_PropertyType
Abstractno
XML Instance Representation
<...
xlink:type="simple [0..1]"
xlink:href="[0..1]"
xlink:role="[0..1]"
xlink:arcrole="[0..1]"
xlink:title="[0..1]"
xlink:show="[0..1]"
xlink:actuate="[0..1]"
uuidref="xs:string [0..1]"
gco:nilReason="[0..1]">
Start Sequence [0..1]
<srv:SV_ServiceSpecification> ... </srv:SV_ServiceSpecification> [1]
End Sequence
</...>
Schema Component Representation
<xs:complexType name="SV_ServiceSpecification_PropertyType">
<xs:sequence minOccurs="0">
<xs:element ref="srv:SV_ServiceSpecification"/>
</xs:sequence>
<xs:attributeGroup ref="gco:ObjectReference"/>
<xs:attribute ref="gco:nilReason"/>
</xs:complexType>
top

Complex Type: SV_ServiceSpecification_Type

Super-types:gco:AbstractObject_Type < AbstractSV_AbstractServiceSpecification_Type (by extension) < SV_ServiceSpecification_Type (by extension)
Sub-types:None
NameSV_ServiceSpecification_Type
Abstractno
XML Instance Representation
<...
id="xs:ID [0..1]"
uuid="xs:string [0..1]">
<srv:opModel> srv:SV_OperationModel_PropertyType </srv:opModel> [1]
<srv:theSV_Interface> srv:SV_Interface_PropertyType </srv:theSV_Interface> [1..*]
</...>
Schema Component Representation
<xs:complexType name="SV_ServiceSpecification_Type">
<xs:complexContent>
<xs:extension base="srv:AbstractSV_AbstractServiceSpecification_Type">
<xs:sequence>
<xs:element name="typeSpec" type="srv:SV_PlatformNeutralServiceSpecification_PropertyType" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Complex Type: SV_ServiceType_PropertyType

Super-types:None
Sub-types:None
NameSV_ServiceType_PropertyType
Abstractno
XML Instance Representation
<...
gco:nilReason="[0..1]">
Start Sequence [0..1]
<srv:SV_ServiceType> ... </srv:SV_ServiceType> [1]
End Sequence
</...>
Schema Component Representation
<xs:complexType name="SV_ServiceType_PropertyType">
<xs:sequence minOccurs="0">
<xs:element ref="srv:SV_ServiceType"/>
</xs:sequence>
<xs:attribute ref="gco:nilReason"/>
</xs:complexType>
top

Complex Type: SV_Service_PropertyType

Super-types:None
Sub-types:None
NameSV_Service_PropertyType
Abstractno
XML Instance Representation
<...
xlink:type="simple [0..1]"
xlink:href="[0..1]"
xlink:role="[0..1]"
xlink:arcrole="[0..1]"
xlink:title="[0..1]"
xlink:show="[0..1]"
xlink:actuate="[0..1]"
uuidref="xs:string [0..1]"
gco:nilReason="[0..1]">
Start Sequence [0..1]
<srv:SV_Service> ... </srv:SV_Service> [1]
End Sequence
</...>
Schema Component Representation
<xs:complexType name="SV_Service_PropertyType">
<xs:sequence minOccurs="0">
<xs:element ref="srv:SV_Service"/>
</xs:sequence>
<xs:attributeGroup ref="gco:ObjectReference"/>
<xs:attribute ref="gco:nilReason"/>
</xs:complexType>
top

Complex Type: SV_Service_Type

Super-types:gco:AbstractObject_Type < SV_Service_Type (by extension)
Sub-types:None
NameSV_Service_Type
Abstractno
XML Instance Representation
<...
id="xs:ID [0..1]"
uuid="xs:string [0..1]">
<srv:specification> srv:SV_PlatformSpecificServiceSpecification_PropertyType </srv:specification> [1..*]
<srv:theSV_Port> srv:SV_Port_PropertyType </srv:theSV_Port> [0..*]
</...>
Schema Component Representation
<xs:complexType name="SV_Service_Type">
<xs:complexContent>
<xs:extension base="gco:AbstractObject_Type">
<xs:sequence>
<xs:element name="specification" type="srv:SV_PlatformSpecificServiceSpecification_PropertyType" maxOccurs="unbounded"/>
<xs:element name="theSV_Port" type="srv:SV_Port_PropertyType" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
top

Simple Type: SV_OperationModel_Type

Super-types:xs:string < SV_OperationModel_Type (by restriction)
Sub-types:None
NameSV_OperationModel_Type
Content
  • Base XSD Type: string
  • value comes from list: {'object'|'message'}
Schema Component Representation
<xs:simpleType name="SV_OperationModel_Type">
<xs:restriction base="xs:string">
<xs:enumeration value="object"/>
<xs:enumeration value="message"/>
</xs:restriction>
</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.
NameAusAddress
Abstractno
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
<complexTypename="AusAddress">
<complexContent>
<extensionbase="Address">
<sequence>
<elementname="state" type="AusStates"/>
<elementname="postcode">
<simpleType>
<restrictionbase="string">
<patternvalue="[1-9][0-9]{3}"/>
</restriction>
</simpleType>
</element>
</sequence>
<attributename="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