XML Schema Documentation

Table of Contents

top

Schema Document Properties

Target Namespace http://rep.oio.dk/itst.dk/xml/schemas/2005/12/06/
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.
Schema Composition

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/2005/12/06/
Schema Component Representation
<schema targetNamespace="http://rep.oio.dk/itst.dk/xml/schemas/2005/12/06/" elementFormDefault="qualified">
<include schemaLocation="http://rep.oio.dk/itst.dk/xml/schemas/2005/12/06/ITST_BankBranchIdentifier.xsd"/>
<include schemaLocation="http://rep.oio.dk/itst.dk/xml/schemas/2005/12/06/ITST_BankAccountIdentifier.xsd"/>
...
</schema>
top

Global Declarations

Element: BankAccountStructure

Name BankAccountStructure
Type itst:BankAccountStructureType
Nillable no
Abstract no
Logical Diagram
XML Instance Representation
<itst:BankAccountStructure>
<itst:BankBranchIdentifier> ... </itst:BankBranchIdentifier> [1]
<itst:BankAccountIdentifier> ... </itst:BankAccountIdentifier> [1]
</itst:BankAccountStructure>
Diagram
Schema Component Representation
<element name="BankAccountStructure" type=" itst:BankAccountStructureType "/>
top

Global Definitions

Complex Type: BankAccountStructureType

Super-types: None
Sub-types: None
Name BankAccountStructureType
Abstract no
XML Instance Representation
<...>
<itst:BankBranchIdentifier> ... </itst:BankBranchIdentifier> [1]
<itst:BankAccountIdentifier> ... </itst:BankAccountIdentifier> [1]
</...>
Diagram
Schema Component Representation
<complexType name="BankAccountStructureType">
<sequence>
<element ref=" itst:BankBranchIdentifier "/>
<element ref=" itst:BankAccountIdentifier "/>
</sequence>
</complexType>
top