XML Schema Documentation

Table of Contents

top

Schema Document Properties

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

Global Declarations

Element: PersonGenderCode

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

Global Definitions

Simple Type: PersonGenderCodeType

Super-types: string < PersonGenderCodeType (by restriction)
Sub-types: None
Name PersonGenderCodeType
Content
  • Base XSD Type: string
  • value comes from list: {'male'|'female'|'unspecified'}
Diagram
Schema Component Representation
<simpleType name="PersonGenderCodeType">
<restriction base=" string ">
<enumeration value="male"/>
<enumeration value="female"/>
<enumeration value="unspecified"/>
</restriction>
</simpleType>
top