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/
Schema Component Representation
<schema targetNamespace="http://rep.oio.dk/itst.dk/xml/schemas/2005/09/01/" elementFormDefault="qualified">
<include schemaLocation="http://rep.oio.dk/itst.dk/xml/schemas/2005/09/01/ITST_TelephoneNumberStructure.xsd"/>
...
</schema>
top

Global Declarations

Element: FaxNumberStructure

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