XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://rep.oio.dk/ois.dk/xml/schemas/2006/04/25/
Version 1.0
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
cb-ois http://rep.oio.dk/ois.dk/xml/schemas/2006/04/25/
xkom http://rep.oio.dk/xkom.dk/xml/schemas/2006/01/06/
Schema Component Representation
<schema elementFormDefault="qualified" targetNamespace="http://rep.oio.dk/ois.dk/xml/schemas/2006/04/25/" version="1.0">
<import schemaLocation="http://rep.oio.dk/xkom.dk/xml/schemas/2006/01/06/XKOM_AddressSpecific.xsd" namespace="http://rep.oio.dk/xkom.dk/xml/schemas/2006/01/06/"/>
...
</schema>
top

Global Declarations

Element: BBRSupplementaryRoomStructure

Name BBRSupplementaryRoomStructure
Type cb-ois:BBRSupplementaryRoomStructureType
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<cb-ois:BBRSupplementaryRoomStructure>
<xkom:AddressSpecific> ... </xkom:AddressSpecific> [1]
</cb-ois:BBRSupplementaryRoomStructure>
Diagram
Schema Component Representation
<element name="BBRSupplementaryRoomStructure" type=" cb-ois:BBRSupplementaryRoomStructureType "/>
top

Global Definitions

Complex Type: BBRSupplementaryRoomStructureType

Super-types: None
Sub-types: None
Name BBRSupplementaryRoomStructureType
Abstract no
XML Instance Representation
<...>
<xkom:AddressSpecific> ... </xkom:AddressSpecific> [1]
</...>
Diagram
Schema Component Representation
<complexType name="BBRSupplementaryRoomStructureType">
<sequence>
<element ref=" xkom:AddressSpecific "/>
</sequence>
</complexType>
top