email_dictionary

Printer-friendly Version
XML Instance Representation:
[ Expand All | Collapse All ]

Schema Component Representation:
[ Expand All | Collapse All ]

Advanced Information

Table of Contents

top

Schema Document Properties

Target Namespace http://www.auerswald.de/ed
Element and Attribute Namespaces
  • Global element and attribute declarations belong to this schema's target namespace.
  • By default, local element declarations have no namespace.
  • By default, local attribute declarations have no namespace.

Declared Namespaces

Prefix Namespace
xml http://www.w3.org/XML/1998/namespace
abt http://www.auerswald.de/auer_base_types
ed http://www.auerswald.de/ed
xsd http://www.w3.org/2001/XMLSchema
Schema Component Representation
top

Global Declarations

Element: emailDictionary

Name emailDictionary
Type ed:emailDictionaryType
Nillable no
Abstract no
XML Instance Representation
<ed:emailDictionary>
<!--
Uniqueness Constraint - uniqueTextId
Selector - */text
Field(s) - @textId
-->
<!--
Uniqueness Constraint - uniqueEmailId
Selector - *
Field(s) - @emailId
-->

<email> ed:emailType </email> [0..*]
<common> ed:emailType </common> [0..1]
<datetime> ed:emailType </datetime> [0..1]
</ed:emailDictionary>
Schema Component Representation
top

Global Definitions

Complex Type: emailDictionaryType

Super-types: None
Sub-types: None
Name emailDictionaryType
Abstract no
XML Instance Representation
<...>
<email> ed:emailType </email> [0..*]
<common> ed:emailType </common> [0..1]
<datetime> ed:emailType </datetime> [0..1]
</...>
Schema Component Representation
top

Complex Type: emailType

Super-types: None
Sub-types: None
Name emailType
Abstract no
XML Instance Representation
<...
emailName="xsd:string [1]"
emailId="ed:idType [1]">
<text> ed:textType </text> [1..*]
</...>
Schema Component Representation
top

Complex Type: textType

Super-types: xsd:string < textBaseType (by restriction) < textType (by extension)
Sub-types: None
Name textType
Abstract no
XML Instance Representation
<...
textId="ed:idType [1]">
ed:textBaseType
</...>
Schema Component Representation
top

Simple Type: idType

Super-types: xsd:int < idType (by restriction)
Sub-types: None
Name idType
Content
  • Base XSD type: int
  • 1 <= value <= 65535
Schema Component Representation
top

Simple Type: textBaseType

Super-types: xsd:string < textBaseType (by restriction)
Sub-types:
Name textBaseType
Content
  • Base XSD type: string
Schema Component Representation
top