XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://rep.oio.dk/ebxml/xml/schemas/dkcc/2005/03/15/
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/03/15/
Schema Component Representation
<schema targetNamespace="http://rep.oio.dk/ebxml/xml/schemas/dkcc/2005/03/15/" elementFormDefault="qualified">
...
</schema>
top

Global Declarations

Element: BirthDate

Name BirthDate
Type date
Nillable no
Abstract no
Documentation Declares on which date an individuals birth has taken place, and are consecutive used to declare an individuals age.
Logical Diagram
XML Instance Representation
<dkcc:BirthDate> date </dkcc:BirthDate>
Diagram
Schema Component Representation
<element name="BirthDate" type=" date "/>
top