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.

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

Global Declarations

Element: PersonName

Name PersonName
Type itst:PersonNameType
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<itst:PersonName> itst:PersonNameType </itst:PersonName>
Diagram
Schema Component Representation
<element name="PersonName" type=" itst:PersonNameType "/>
top

Global Definitions

Simple Type: PersonNameType

Super-types: string < PersonNameType (by restriction)
Sub-types: None
Name PersonNameType
Content
  • Base XSD Type: string
  • length >= 1
Diagram
Schema Component Representation
<simpleType name="PersonNameType">
<restriction base=" string ">
<minLength value="1"/>
<maxLength value="130"/>
</restriction>
</simpleType>
top