XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://rep.oio.dk/itst.dk/xml/schemas/2005/09/01/
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
itst http://rep.oio.dk/itst.dk/xml/schemas/2005/09/01/
dkcc http://rep.oio.dk/ebxml/xml/schemas/dkcc/2005/09/01/
Schema Component Representation
<schema targetNamespace="http://rep.oio.dk/itst.dk/xml/schemas/2005/09/01/" elementFormDefault="qualified">
<import namespace="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2005/09/01/" schemaLocation="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2005/09/01/DKCC_TelephoneCountryIdentifier.xsd"/>
<import namespace="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2005/09/01/" schemaLocation="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2005/09/01/DKCC_TelephoneAreaIdentifier.xsd"/>
<import namespace="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2005/09/01/" schemaLocation="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2005/09/01/DKCC_TelephoneSubscriberIdentifier.xsd"/>
<import namespace="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2005/09/01/" schemaLocation="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2005/09/01/DKCC_TelephoneExtensionIdentifier.xsd"/>
...
</schema>
top

Global Declarations

Element: TelephoneNumberStructure

Name TelephoneNumberStructure
Type itst:TelephoneNumberStructureType
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<itst:TelephoneNumberStructure>
<dkcc:TelephoneCountryIdentifier> ... </dkcc:TelephoneCountryIdentifier> [0..1]
<dkcc:TelephoneAreaIdentifier> ... </dkcc:TelephoneAreaIdentifier> [0..1]
<dkcc:TelephoneSubscriberIdentifier> ... </dkcc:TelephoneSubscriberIdentifier> [1]
<dkcc:TelephoneExtensionIdentifier> ... </dkcc:TelephoneExtensionIdentifier> [0..1]
</itst:TelephoneNumberStructure>
Diagram
Schema Component Representation
<element name="TelephoneNumberStructure" type=" itst:TelephoneNumberStructureType "/>
top

Global Definitions

Complex Type: TelephoneNumberStructureType

Super-types: None
Sub-types: None
Name TelephoneNumberStructureType
Abstract no
XML Instance Representation
<...>
<dkcc:TelephoneCountryIdentifier> ... </dkcc:TelephoneCountryIdentifier> [0..1]
<dkcc:TelephoneAreaIdentifier> ... </dkcc:TelephoneAreaIdentifier> [0..1]
<dkcc:TelephoneSubscriberIdentifier> ... </dkcc:TelephoneSubscriberIdentifier> [1]
<dkcc:TelephoneExtensionIdentifier> ... </dkcc:TelephoneExtensionIdentifier> [0..1]
</...>
Diagram
Schema Component Representation
<complexType name="TelephoneNumberStructureType">
<sequence>
<element ref=" dkcc:TelephoneCountryIdentifier " minOccurs="0"/>
<element ref=" dkcc:TelephoneAreaIdentifier " minOccurs="0"/>
<element ref=" dkcc:TelephoneSubscriberIdentifier "/>
<element ref=" dkcc:TelephoneExtensionIdentifier " minOccurs="0"/>
</sequence>
</complexType>
top