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.

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">
...
</schema>
top

Global Declarations

Element: BankBranchIdentifier

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

Global Definitions

Simple Type: BankBranchIdentifierType

Super-types: integer < BankBranchIdentifierType (by restriction)
Sub-types: None
Name BankBranchIdentifierType
Content
  • Base XSD Type: integer
  • total no. of digits = 4
Diagram
Schema Component Representation
<simpleType name="BankBranchIdentifierType">
<restriction base=" integer ">
<totalDigits value="4"/>
</restriction>
</simpleType>
top