XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://rep.oio.dk/ebxml/xml/schemas/dkcc/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.

Declared Namespaces

Prefix Namespace
Default namespace http://www.w3.org/2001/XMLSchema
xml http://www.w3.org/XML/1998/namespace
dkcc http://rep.oio.dk/ebxml/xml/schemas/dkcc/2005/09/01/
Schema Component Representation
<schema targetNamespace="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2005/09/01/" elementFormDefault="qualified">
...
</schema>
top

Global Declarations

Element: TelephoneAreaIdentifier

Name TelephoneAreaIdentifier
Type dkcc:TelephoneAreaIdentifierType
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<dkcc:TelephoneAreaIdentifier> dkcc:TelephoneAreaIdentifierType </dkcc:TelephoneAreaIdentifier>
Diagram
Schema Component Representation
<element name="TelephoneAreaIdentifier" type=" dkcc:TelephoneAreaIdentifierType "/>
top

Global Definitions

Simple Type: TelephoneAreaIdentifierType

Super-types: string < TelephoneAreaIdentifierType (by restriction)
Sub-types: None
Name TelephoneAreaIdentifierType
Content
  • Base XSD Type: string
  • pattern = [0-9]{1,15}
Diagram
Schema Component Representation
<simpleType name="TelephoneAreaIdentifierType">
<restriction base=" string ">
<pattern value="[0-9]{1,15}"/>
</restriction>
</simpleType>
top