XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://rep.oio.dk/xkom.dk/xml/schemas/2006/01/06/
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

Declared Namespaces

Prefix Namespace
Default namespace http://www.w3.org/2001/XMLSchema
xml http://www.w3.org/XML/1998/namespace
xkom-1 http://rep.oio.dk/xkom.dk/xml/schemas/2005/03/15/
xkom-2 http://rep.oio.dk/xkom.dk/xml/schemas/2006/01/06/
cpr http://rep.oio.dk/cpr.dk/xml/schemas/core/2005/03/18/
dkcc http://rep.oio.dk/ebxml/xml/schemas/dkcc/2003/02/13/
Schema Component Representation
<schema targetNamespace="http://rep.oio.dk/xkom.dk/xml/schemas/2006/01/06/" elementFormDefault="qualified">
<import namespace="http://rep.oio.dk/xkom.dk/xml/schemas/2005/03/15/" schemaLocation="http://rep.oio.dk/xkom.dk/xml/schemas/2005/03/15/XKOM_AddressAccess.xsd"/>
<import namespace="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2003/02/13/" schemaLocation="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2003/02/13/DKCC_FloorIdentifier.xsd"/>
<import namespace="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2003/02/13/" schemaLocation="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2003/02/13/DKCC_SuiteIdentifier.xsd"/>
...
</schema>
top

Global Declarations

Element: AddressSpecific

Name AddressSpecific
Type xkom-2:AddressSpecificType
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<xkom-2:AddressSpecific>
<xkom-1:AddressAccess> ... </xkom-1:AddressAccess> [1]
<dkcc:FloorIdentifier> ... </dkcc:FloorIdentifier> [0..1]
<dkcc:SuiteIdentifier> ... </dkcc:SuiteIdentifier> [0..1]
</xkom-2:AddressSpecific>
Diagram
Schema Component Representation
<element name="AddressSpecific" type=" xkom-2:AddressSpecificType "/>
top

Global Definitions

Complex Type: AddressSpecificType

Super-types: None
Sub-types: None
Name AddressSpecificType
Abstract no
XML Instance Representation
<...>
<xkom-1:AddressAccess> ... </xkom-1:AddressAccess> [1]
<dkcc:FloorIdentifier> ... </dkcc:FloorIdentifier> [0..1]
<dkcc:SuiteIdentifier> ... </dkcc:SuiteIdentifier> [0..1]
</...>
Diagram
Schema Component Representation
<complexType name="AddressSpecificType">
<sequence>
<element ref=" xkom-1:AddressAccess "/>
<element ref=" dkcc:FloorIdentifier " minOccurs="0"/>
<element ref=" dkcc:SuiteIdentifier " minOccurs="0"/>
</sequence>
</complexType>
top