XML Schema Documentation

Table of Contents

top

Schema Document Properties

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

Global Declarations

Element: EmailAddressIdentifier

Name EmailAddressIdentifier
Type xkom:EmailAddressIdentifierType
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<xkom:EmailAddressIdentifier> xkom:EmailAddressIdentifierType </xkom:EmailAddressIdentifier>
Diagram
Schema Component Representation
<element name="EmailAddressIdentifier" type=" xkom:EmailAddressIdentifierType "/>
top

Global Definitions

Simple Type: EmailAddressIdentifierType

Super-types: string < EmailAddressIdentifierType (by restriction)
Sub-types: None
Name EmailAddressIdentifierType
Content
  • Base XSD Type: string
  • pattern = ([^>\(\)\[\]\\,;:@\s]{0,191}@[^>\(\)\[\]\\,;:@\s]{1,64})
Diagram
Schema Component Representation
<simpleType name="EmailAddressIdentifierType">
<restriction base=" string ">
<pattern value="([^>\(\)\[\]\\,;:@\s]{0,191}@[^>\(\)\[\]\\,;:@\s]{1,64})"/>
</restriction>
</simpleType>
top