XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://rep.oio.dk/itst.dk/xml/schemas/2006/01/17/
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/2006/01/17/
dkcc http://rep.oio.dk/ebxml/xml/schemas/dkcc/2003/02/13/
Schema Component Representation
<schema targetNamespace="http://rep.oio.dk/itst.dk/xml/schemas/2006/01/17/" elementFormDefault="qualified">
<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_PersonGivenName.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_PersonMiddleName.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_PersonSurnameName.xsd"/>
...
</schema>
top

Global Declarations

Element: PersonNameStructure

Name PersonNameStructure
Type itst:PersonNameStructureType
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<itst:PersonNameStructure>
<dkcc:PersonGivenName> ... </dkcc:PersonGivenName> [1]
<dkcc:PersonMiddleName> ... </dkcc:PersonMiddleName> [0..1]
<dkcc:PersonSurnameName> ... </dkcc:PersonSurnameName> [1]
</itst:PersonNameStructure>
Diagram
Schema Component Representation
<element name="PersonNameStructure" type=" itst:PersonNameStructureType "/>
top

Global Definitions

Complex Type: PersonNameStructureType

Super-types: None
Sub-types: None
Name PersonNameStructureType
Abstract no
XML Instance Representation
<...>
<dkcc:PersonGivenName> ... </dkcc:PersonGivenName> [1]
<dkcc:PersonMiddleName> ... </dkcc:PersonMiddleName> [0..1]
<dkcc:PersonSurnameName> ... </dkcc:PersonSurnameName> [1]
</...>
Diagram
Schema Component Representation
<complexType name="PersonNameStructureType">
<sequence>
<element ref=" dkcc:PersonGivenName "/>
<element ref=" dkcc:PersonMiddleName " minOccurs="0" maxOccurs="1"/>
<element ref=" dkcc:PersonSurnameName "/>
</sequence>
</complexType>
top