Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Included schema Events_r25.xsd
Namespace urn:aseXML:r25
Annotations
This schema file is part of the aseXML schema set, and is subject to the terms and conditions that are detailed in the aseXML_r*.xsd schema file with which this file is used
Purpose - Define the common format to be used to report events.
Detail - aseXML encourages the use of events in transactions to report status information. They are also used in message and transaction acknowledgements.
Properties
attribute form default: unqualified
element form default: unqualified
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/Events_r25.xsd
Element Event/Code
Namespace No namespace
Diagram
Diagram asexml_r2523.tmp#id90 asexml_r2523.tmp#id91 asexml_r2523.tmp#id89
Type EventCode
Type hierarchy
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
description xsd:string optional
Source
<xsd:element name="Code" type="EventCode"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/Events_r25.xsd
Element Event/KeyInfo
Namespace No namespace
Diagram
Diagram asexml_r2523.tmp#id93
Type EventKeyInfo
Properties
content: simple
minOccurs: 0
Facets
maxLength 80
Source
<xsd:element name="KeyInfo" type="EventKeyInfo" minOccurs="0"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/Events_r25.xsd
Element Event/Context
Namespace No namespace
Diagram
Diagram asexml_r2523.tmp#id95
Type EventContext
Properties
content: simple
minOccurs: 0
Facets
maxLength 80
Source
<xsd:element name="Context" type="EventContext" minOccurs="0"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/Events_r25.xsd
Element Event/Explanation
Namespace No namespace
Diagram
Diagram
Type xsd:string
Properties
content: simple
minOccurs: 0
Source
<xsd:element name="Explanation" type="xsd:string" minOccurs="0"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/Events_r25.xsd
Element Event/SupportedVersions
Namespace No namespace
Diagram
Diagram asexml_r2523.tmp#id99 asexml_r2523.tmp#id98
Type EventSupportedVersions
Properties
content: complex
minOccurs: 0
Model Version+
Children Version
Instance
<SupportedVersions>
  <Version>{1,unbounded}</Version>
</SupportedVersions>
Source
<xsd:element name="SupportedVersions" type="EventSupportedVersions" minOccurs="0"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/Events_r25.xsd
Element EventSupportedVersions/Version
Namespace No namespace
Diagram
Diagram asexml_r2523.tmp#id71
Type ReleaseIdentifier
Properties
content: simple
maxOccurs: unbounded
Facets
pattern r[0-9]*|r[0-9]*_[a-z][0-9]*
Source
<xsd:element name="Version" type="ReleaseIdentifier" maxOccurs="unbounded"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/Events_r25.xsd
Element Event
Namespace urn:aseXML:r25
Annotations
Purpose - Top level element used when reporting transport level errors, e.g. decompression failures
Detail - There may be a number of error conditions detected by a transport receiving an aseXML message, that prevent it detecting a valid message. In order that these can be reported as XML in a consistent fashion, this top level element may be used. 

It should be noted that this element is not to be used via the ref="Event" mechanism of XML Schema.
Rather, this should always be achieved via a type="Event" attribute. For an example, refer to
the acknowledgements schema.
Diagram
Diagram asexml_r2523.tmp#id100 asexml_r2523.tmp#id102 asexml_r2523.tmp#id88 asexml_r2523.tmp#id92 asexml_r2523.tmp#id94 asexml_r2523.tmp#id96 asexml_r2523.tmp#id97 asexml_r2523.tmp#id87
Type Event
Properties
content: complex
Model Code , KeyInfo{0,1} , Context{0,1} , Explanation{0,1} , SupportedVersions{0,1}
Children Code, Context, Explanation, KeyInfo, SupportedVersions
Instance
<Event class="Application" severity="Fatal">
  <Code description="">{1,1}</Code>
  <KeyInfo>{0,1}</KeyInfo>
  <Context>{0,1}</Context>
  <Explanation>{0,1}</Explanation>
  <SupportedVersions>{0,1}</SupportedVersions>
</Event>
Attributes
QName Type Fixed Default Use Annotation
class EventClass Application optional
severity EventSeverity Fatal optional
Source
<xsd:element name="Event" type="Event">
  <xsd:annotation>
    <xsd:documentation>Purpose - Top level element used when reporting transport level errors, e.g. decompression failures Detail - There may be a number of error conditions detected by a transport receiving an aseXML message, that prevent it detecting a valid message. In order that these can be reported as XML in a consistent fashion, this top level element may be used. It should be noted that this element is not to be used via the ref="Event" mechanism of XML Schema. Rather, this should always be achieved via a type="Event" attribute. For an example, refer to the acknowledgements schema.</xsd:documentation>
  </xsd:annotation>
</xsd:element>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/Events_r25.xsd
Simple Type r10
Namespace urn:aseXML:r25
Annotations
Schema - Common
Diagram
Diagram asexml_r2523.tmp#id71
Type restriction of ReleaseIdentifier
Type hierarchy
Facets
enumeration r10
pattern r[0-9]*|r[0-9]*_[a-z][0-9]*
Used by
Source
<xsd:simpleType name="r10">
  <xsd:annotation>
    <xsd:documentation>Schema - Common</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="ReleaseIdentifier">
    <xsd:enumeration value="r10"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/Events_r25.xsd
Simple Type ReleaseIdentifier
Namespace urn:aseXML:r25
Annotations
Purpose - Identify a release of aseXML
Details - Release identifiers are used extensively in aseXML to enable versioning of transactions.
Diagram
Diagram
Type restriction of xsd:string
Facets
pattern r[0-9]*|r[0-9]*_[a-z][0-9]*
Used by
Simple Types r10, r11, r11_p1, r12, r13, r14, r15, r16, r17, r18, r19, r20, r21, r22, r23, r24, r25, r3, r4, r5, r6, r7, r8, r9
Element EventSupportedVersions/Version
Source
<xsd:simpleType name="ReleaseIdentifier">
  <xsd:annotation>
    <xsd:documentation>Purpose - Identify a release of aseXML Details - Release identifiers are used extensively in aseXML to enable versioning of transactions.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:pattern value="r[0-9]*|r[0-9]*_[a-z][0-9]*"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/Events_r25.xsd
Complex Type Event
Namespace urn:aseXML:r25
Annotations
Purpose - Common format used to report events
Detail - aseXML encourages the use of events in transactions to report status information. They are also used in message and transaction acknowledgements. Where possible, an element name of "Event" should be used.
Diagram
Diagram asexml_r2523.tmp#id100 asexml_r2523.tmp#id102 asexml_r2523.tmp#id88 asexml_r2523.tmp#id92 asexml_r2523.tmp#id94 asexml_r2523.tmp#id96 asexml_r2523.tmp#id97
Used by
Model Code , KeyInfo{0,1} , Context{0,1} , Explanation{0,1} , SupportedVersions{0,1}
Children Code, Context, Explanation, KeyInfo, SupportedVersions
Attributes
QName Type Fixed Default Use Annotation
class EventClass Application optional
severity EventSeverity Fatal optional
Source
<xsd:complexType name="Event">
  <xsd:annotation>
    <xsd:documentation>Purpose - Common format used to report events Detail - aseXML encourages the use of events in transactions to report status information. They are also used in message and transaction acknowledgements. Where possible, an element name of "Event" should be used.</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="Code" type="EventCode"/>
    <xsd:element name="KeyInfo" type="EventKeyInfo" minOccurs="0"/>
    <xsd:element name="Context" type="EventContext" minOccurs="0"/>
    <xsd:element name="Explanation" type="xsd:string" minOccurs="0"/>
    <xsd:element name="SupportedVersions" type="EventSupportedVersions" minOccurs="0"/>
  </xsd:sequence>
  <xsd:attribute name="class" type="EventClass" use="optional" default="Application"/>
  <xsd:attribute name="severity" type="EventSeverity" use="optional" default="Fatal"/>
</xsd:complexType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/Events_r25.xsd
Complex Type EventCode
Namespace urn:aseXML:r25
Annotations
Purpose - Provide a numeric indentification of the event that has occurred
Detail - The aseXML guidelines define a set of common codes, as well as ranges for application specfiic errors. Where the receiving system does not know the textual definition of the code, the description attribute should be provided with the code, as per the aseXML guidelines.
Diagram
Diagram asexml_r2523.tmp#id90 asexml_r2523.tmp#id91
Type extension of EventCodeBase
Type hierarchy
Used by
Attributes
QName Type Fixed Default Use Annotation
description xsd:string optional
Source
<xsd:complexType name="EventCode">
  <xsd:annotation>
    <xsd:documentation>Purpose - Provide a numeric indentification of the event that has occurred Detail - The aseXML guidelines define a set of common codes, as well as ranges for application specfiic errors. Where the receiving system does not know the textual definition of the code, the description attribute should be provided with the code, as per the aseXML guidelines.</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleContent>
    <xsd:extension base="EventCodeBase">
      <xsd:attribute name="description" type="xsd:string" use="optional"/>
    </xsd:extension>
  </xsd:simpleContent>
</xsd:complexType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/Events_r25.xsd
Simple Type EventCodeBase
Namespace urn:aseXML:r25
Annotations
Purpose - Helper type in defining EventCode
Diagram
Diagram
Type xsd:nonNegativeInteger
Used by
Complex Type EventCode
Element CATSErrorsRow/Code
Source
<xsd:simpleType name="EventCodeBase">
  <xsd:annotation>
    <xsd:documentation>Purpose - Helper type in defining EventCode</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:nonNegativeInteger"/>
</xsd:simpleType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/Events_r25.xsd
Simple Type EventKeyInfo
Namespace urn:aseXML:r25
Annotations
Purpose - Provide information to allow identification of the data that triggered the event
Detail - Where the combination of class and code are insufficient to completely describe an event, KeyInfo may be used to provide further detail as to the information needed to locate the source of the event within the original transaction.
Diagram
Diagram
Type restriction of xsd:string
Facets
maxLength 80
Used by
Element Event/KeyInfo
Source
<xsd:simpleType name="EventKeyInfo">
  <xsd:annotation>
    <xsd:documentation>Purpose - Provide information to allow identification of the data that triggered the event Detail - Where the combination of class and code are insufficient to completely describe an event, KeyInfo may be used to provide further detail as to the information needed to locate the source of the event within the original transaction.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:maxLength value="80"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/Events_r25.xsd
Simple Type EventContext
Namespace urn:aseXML:r25
Annotations
Purpose - Identify the specific data/condition that caused the event
Detail - The portion of the input to which the event applies should be provided.
Diagram
Diagram
Type restriction of xsd:string
Facets
maxLength 80
Used by
Element Event/Context
Source
<xsd:simpleType name="EventContext">
  <xsd:annotation>
    <xsd:documentation>Purpose - Identify the specific data/condition that caused the event Detail - The portion of the input to which the event applies should be provided.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:maxLength value="80"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/Events_r25.xsd
Complex Type EventSupportedVersions
Namespace urn:aseXML:r25
Annotations
Purpose - Provide the set of versions supported for a particular transaction
Detail - Where an unsupported version of a supported transaction is received, the receiver should indicate those versions that are supported, allowing the receiver to choose a compatible transaction version.
Diagram
Diagram asexml_r2523.tmp#id99
Used by
Model Version+
Children Version
Source
<xsd:complexType name="EventSupportedVersions">
  <xsd:annotation>
    <xsd:documentation>Purpose - Provide the set of versions supported for a particular transaction Detail - Where an unsupported version of a supported transaction is received, the receiver should indicate those versions that are supported, allowing the receiver to choose a compatible transaction version.</xsd:documentation>
  </xsd:annotation>
  <xsd:sequence>
    <xsd:element name="Version" type="ReleaseIdentifier" maxOccurs="unbounded"/>
  </xsd:sequence>
</xsd:complexType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/Events_r25.xsd
Simple Type EventClass
Namespace urn:aseXML:r25
Annotations
Purpose - Provide a high level categorisation of events
Detail - Message events pertain to the structure and delivery of aseXML messages.
Application events are generated by the applications communicating via aseXML.
Processing events reflect environmental issues associated with running applications.
Diagram
Diagram
Type restriction of xsd:string
Facets
enumeration Message, Application, Processing
Used by
Attribute Event/@class
Source
<xsd:simpleType name="EventClass">
  <xsd:annotation>
    <xsd:documentation>Purpose - Provide a high level categorisation of events Detail - Message events pertain to the structure and delivery of aseXML messages. Application events are generated by the applications communicating via aseXML. Processing events reflect environmental issues associated with running applications.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="Message"/>
    <xsd:enumeration value="Application"/>
    <xsd:enumeration value="Processing"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/Events_r25.xsd
Simple Type EventSeverity
Namespace urn:aseXML:r25
Annotations
Purpose - Provide an indication as to the action required as a result of receiving an event
Detail - The severity dictates the further processing possible after receiving the event.
Diagram
Diagram
Type restriction of xsd:string
Facets
enumeration Information, Warning, Error, Fatal
Used by
Attribute Event/@severity
Source
<xsd:simpleType name="EventSeverity">
  <xsd:annotation>
    <xsd:documentation>Purpose - Provide an indication as to the action required as a result of receiving an event Detail - The severity dictates the further processing possible after receiving the event.</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="Information"/>
    <xsd:enumeration value="Warning"/>
    <xsd:enumeration value="Error"/>
    <xsd:enumeration value="Fatal"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/Events_r25.xsd
Simple Type r25
Namespace urn:aseXML:r25
Annotations
Purpose - Release r25 identifier
Diagram
Diagram asexml_r2523.tmp#id71
Type restriction of ReleaseIdentifier
Type hierarchy
Facets
enumeration r25
pattern r[0-9]*|r[0-9]*_[a-z][0-9]*
Used by
Source
<xsd:simpleType name="r25">
  <xsd:annotation>
    <xsd:documentation>Purpose - Release r25 identifier</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="ReleaseIdentifier">
    <xsd:enumeration value="r25"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/Events_r25.xsd
Simple Type r6
Namespace urn:aseXML:r25
Annotations
Purpose - Release r6 identifier
Diagram
Diagram asexml_r2523.tmp#id71
Type restriction of ReleaseIdentifier
Type hierarchy
Facets
enumeration r6
pattern r[0-9]*|r[0-9]*_[a-z][0-9]*
Used by
Source
<xsd:simpleType name="r6">
  <xsd:annotation>
    <xsd:documentation>Purpose - Release r6 identifier</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="ReleaseIdentifier">
    <xsd:enumeration value="r6"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/Events_r25.xsd
Simple Type r4
Namespace urn:aseXML:r25
Annotations
Purpose - Release r4 identifier
Diagram
Diagram asexml_r2523.tmp#id71
Type restriction of ReleaseIdentifier
Type hierarchy
Facets
enumeration r4
pattern r[0-9]*|r[0-9]*_[a-z][0-9]*
Used by
Source
<xsd:simpleType name="r4">
  <xsd:annotation>
    <xsd:documentation>Purpose - Release r4 identifier</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="ReleaseIdentifier">
    <xsd:enumeration value="r4"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/Events_r25.xsd
Simple Type r17
Namespace urn:aseXML:r25
Annotations
Purpose - Release r17 identifier
Diagram
Diagram asexml_r2523.tmp#id71
Type restriction of ReleaseIdentifier
Type hierarchy
Facets
enumeration r17
pattern r[0-9]*|r[0-9]*_[a-z][0-9]*
Used by
Source
<xsd:simpleType name="r17">
  <xsd:annotation>
    <xsd:documentation>Purpose - Release r17 identifier</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="ReleaseIdentifier">
    <xsd:enumeration value="r17"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/Events_r25.xsd
Simple Type r19
Namespace urn:aseXML:r25
Annotations
Purpose - Release r19 identifier
Diagram
Diagram asexml_r2523.tmp#id71
Type restriction of ReleaseIdentifier
Type hierarchy
Facets
enumeration r19
pattern r[0-9]*|r[0-9]*_[a-z][0-9]*
Used by
Source
<xsd:simpleType name="r19">
  <xsd:annotation>
    <xsd:documentation>Purpose - Release r19 identifier</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="ReleaseIdentifier">
    <xsd:enumeration value="r19"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/Events_r25.xsd
Simple Type r7
Namespace urn:aseXML:r25
Annotations
Purpose - Release r7 identifier
Diagram
Diagram asexml_r2523.tmp#id71
Type restriction of ReleaseIdentifier
Type hierarchy
Facets
enumeration r7
pattern r[0-9]*|r[0-9]*_[a-z][0-9]*
Used by
Source
<xsd:simpleType name="r7">
  <xsd:annotation>
    <xsd:documentation>Purpose - Release r7 identifier</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="ReleaseIdentifier">
    <xsd:enumeration value="r7"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/Events_r25.xsd
Simple Type r9
Namespace urn:aseXML:r25
Annotations
Schema - Common
Diagram
Diagram asexml_r2523.tmp#id71
Type restriction of ReleaseIdentifier
Type hierarchy
Facets
enumeration r9
pattern r[0-9]*|r[0-9]*_[a-z][0-9]*
Used by
Source
<xsd:simpleType name="r9">
  <xsd:annotation>
    <xsd:documentation>Schema - Common</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="ReleaseIdentifier">
    <xsd:enumeration value="r9"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/Events_r25.xsd
Simple Type r11
Namespace urn:aseXML:r25
Annotations
Schema - Common
Diagram
Diagram asexml_r2523.tmp#id71
Type restriction of ReleaseIdentifier
Type hierarchy
Facets
enumeration r11
pattern r[0-9]*|r[0-9]*_[a-z][0-9]*
Used by
Source
<xsd:simpleType name="r11">
  <xsd:annotation>
    <xsd:documentation>Schema - Common</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="ReleaseIdentifier">
    <xsd:enumeration value="r11"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/Events_r25.xsd
Simple Type r11_p1
Namespace urn:aseXML:r25
Annotations
Schema - Common
Diagram
Diagram asexml_r2523.tmp#id71
Type restriction of ReleaseIdentifier
Type hierarchy
Facets
enumeration r11_p1
pattern r[0-9]*|r[0-9]*_[a-z][0-9]*
Used by
Source
<xsd:simpleType name="r11_p1">
  <xsd:annotation>
    <xsd:documentation>Schema - Common</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="ReleaseIdentifier">
    <xsd:enumeration value="r11_p1"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/Events_r25.xsd
Simple Type r12
Namespace urn:aseXML:r25
Annotations
Purpose - Release r12 identifier
Diagram
Diagram asexml_r2523.tmp#id71
Type restriction of ReleaseIdentifier
Type hierarchy
Facets
enumeration r12
pattern r[0-9]*|r[0-9]*_[a-z][0-9]*
Used by
Source
<xsd:simpleType name="r12">
  <xsd:annotation>
    <xsd:documentation>Purpose - Release r12 identifier</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="ReleaseIdentifier">
    <xsd:enumeration value="r12"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/Events_r25.xsd
Simple Type r14
Namespace urn:aseXML:r25
Annotations
Purpose - Release r14 identifier
Diagram
Diagram asexml_r2523.tmp#id71
Type restriction of ReleaseIdentifier
Type hierarchy
Facets
enumeration r14
pattern r[0-9]*|r[0-9]*_[a-z][0-9]*
Used by
Source
<xsd:simpleType name="r14">
  <xsd:annotation>
    <xsd:documentation>Purpose - Release r14 identifier</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="ReleaseIdentifier">
    <xsd:enumeration value="r14"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/Events_r25.xsd
Simple Type r18
Namespace urn:aseXML:r25
Annotations
Purpose - Release r18 identifier
Diagram
Diagram asexml_r2523.tmp#id71
Type restriction of ReleaseIdentifier
Type hierarchy
Facets
enumeration r18
pattern r[0-9]*|r[0-9]*_[a-z][0-9]*
Used by
Source
<xsd:simpleType name="r18">
  <xsd:annotation>
    <xsd:documentation>Purpose - Release r18 identifier</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="ReleaseIdentifier">
    <xsd:enumeration value="r18"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/Events_r25.xsd
Simple Type r13
Namespace urn:aseXML:r25
Annotations
Purpose - Release r13 identifier
Diagram
Diagram asexml_r2523.tmp#id71
Type restriction of ReleaseIdentifier
Type hierarchy
Facets
enumeration r13
pattern r[0-9]*|r[0-9]*_[a-z][0-9]*
Used by
Source
<xsd:simpleType name="r13">
  <xsd:annotation>
    <xsd:documentation>Purpose - Release r13 identifier</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="ReleaseIdentifier">
    <xsd:enumeration value="r13"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/Events_r25.xsd
Simple Type r16
Namespace urn:aseXML:r25
Annotations
Purpose - Release r16 identifier
Diagram
Diagram asexml_r2523.tmp#id71
Type restriction of ReleaseIdentifier
Type hierarchy
Facets
enumeration r16
pattern r[0-9]*|r[0-9]*_[a-z][0-9]*
Used by
Source
<xsd:simpleType name="r16">
  <xsd:annotation>
    <xsd:documentation>Purpose - Release r16 identifier</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="ReleaseIdentifier">
    <xsd:enumeration value="r16"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/Events_r25.xsd
Simple Type r20
Namespace urn:aseXML:r25
Annotations
Purpose - Release r20 identifier
Diagram
Diagram asexml_r2523.tmp#id71
Type restriction of ReleaseIdentifier
Type hierarchy
Facets
enumeration r20
pattern r[0-9]*|r[0-9]*_[a-z][0-9]*
Used by
Source
<xsd:simpleType name="r20">
  <xsd:annotation>
    <xsd:documentation>Purpose - Release r20 identifier</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="ReleaseIdentifier">
    <xsd:enumeration value="r20"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/Events_r25.xsd
Simple Type r21
Namespace urn:aseXML:r25
Annotations
Purpose - Release r21 identifier
Diagram
Diagram asexml_r2523.tmp#id71
Type restriction of ReleaseIdentifier
Type hierarchy
Facets
enumeration r21
pattern r[0-9]*|r[0-9]*_[a-z][0-9]*
Used by
Source
<xsd:simpleType name="r21">
  <xsd:annotation>
    <xsd:documentation>Purpose - Release r21 identifier</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="ReleaseIdentifier">
    <xsd:enumeration value="r21"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/Events_r25.xsd
Simple Type r3
Namespace urn:aseXML:r25
Annotations
Purpose - Release r3 identifier
Diagram
Diagram asexml_r2523.tmp#id71
Type restriction of ReleaseIdentifier
Type hierarchy
Facets
enumeration r3
pattern r[0-9]*|r[0-9]*_[a-z][0-9]*
Source
<xsd:simpleType name="r3">
  <xsd:annotation>
    <xsd:documentation>Purpose - Release r3 identifier</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="ReleaseIdentifier">
    <xsd:enumeration value="r3"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/Events_r25.xsd
Simple Type r5
Namespace urn:aseXML:r25
Annotations
Purpose - Release r5 identifier
Diagram
Diagram asexml_r2523.tmp#id71
Type restriction of ReleaseIdentifier
Type hierarchy
Facets
enumeration r5
pattern r[0-9]*|r[0-9]*_[a-z][0-9]*
Source
<xsd:simpleType name="r5">
  <xsd:annotation>
    <xsd:documentation>Purpose - Release r5 identifier</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="ReleaseIdentifier">
    <xsd:enumeration value="r5"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/Events_r25.xsd
Simple Type r8
Namespace urn:aseXML:r25
Annotations
Purpose - Release r8 identifier
Diagram
Diagram asexml_r2523.tmp#id71
Type restriction of ReleaseIdentifier
Type hierarchy
Facets
enumeration r8
pattern r[0-9]*|r[0-9]*_[a-z][0-9]*
Source
<xsd:simpleType name="r8">
  <xsd:annotation>
    <xsd:documentation>Purpose - Release r8 identifier</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="ReleaseIdentifier">
    <xsd:enumeration value="r8"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/Events_r25.xsd
Simple Type r15
Namespace urn:aseXML:r25
Annotations
Purpose - Release r15 identifier
Diagram
Diagram asexml_r2523.tmp#id71
Type restriction of ReleaseIdentifier
Type hierarchy
Facets
enumeration r15
pattern r[0-9]*|r[0-9]*_[a-z][0-9]*
Source
<xsd:simpleType name="r15">
  <xsd:annotation>
    <xsd:documentation>Purpose - Release r15 identifier</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="ReleaseIdentifier">
    <xsd:enumeration value="r15"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/Events_r25.xsd
Simple Type r22
Namespace urn:aseXML:r25
Annotations
Purpose - Release r22 identifier
Diagram
Diagram asexml_r2523.tmp#id71
Type restriction of ReleaseIdentifier
Type hierarchy
Facets
enumeration r22
pattern r[0-9]*|r[0-9]*_[a-z][0-9]*
Used by
Source
<xsd:simpleType name="r22">
  <xsd:annotation>
    <xsd:documentation>Purpose - Release r22 identifier</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="ReleaseIdentifier">
    <xsd:enumeration value="r22"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/Events_r25.xsd
Simple Type r23
Namespace urn:aseXML:r25
Annotations
Purpose - Release r23 identifier
Diagram
Diagram asexml_r2523.tmp#id71
Type restriction of ReleaseIdentifier
Type hierarchy
Facets
enumeration r23
pattern r[0-9]*|r[0-9]*_[a-z][0-9]*
Used by
Source
<xsd:simpleType name="r23">
  <xsd:annotation>
    <xsd:documentation>Purpose - Release r23 identifier</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="ReleaseIdentifier">
    <xsd:enumeration value="r23"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/Events_r25.xsd
Simple Type r24
Namespace urn:aseXML:r25
Annotations
Purpose - Release r24 identifier
Diagram
Diagram asexml_r2523.tmp#id71
Type restriction of ReleaseIdentifier
Type hierarchy
Facets
enumeration r24
pattern r[0-9]*|r[0-9]*_[a-z][0-9]*
Used by
Source
<xsd:simpleType name="r24">
  <xsd:annotation>
    <xsd:documentation>Purpose - Release r24 identifier</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="ReleaseIdentifier">
    <xsd:enumeration value="r24"/>
  </xsd:restriction>
</xsd:simpleType>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/Events_r25.xsd
Attribute EventCode/@description
Namespace No namespace
Type xsd:string
Properties
use: optional
Used by
Complex Type EventCode
Source
<xsd:attribute name="description" type="xsd:string" use="optional"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/Events_r25.xsd
Attribute Event/@class
Namespace No namespace
Type EventClass
Properties
use: optional
default: Application
Facets
enumeration Message, Application, Processing
Used by
Complex Type Event
Source
<xsd:attribute name="class" type="EventClass" use="optional" default="Application"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/Events_r25.xsd
Attribute Event/@severity
Namespace No namespace
Type EventSeverity
Properties
use: optional
default: Fatal
Facets
enumeration Information, Warning, Error, Fatal
Used by
Complex Type Event
Source
<xsd:attribute name="severity" type="EventSeverity" use="optional" default="Fatal"/>
Schema location file:/C:/Users/mihai/Desktop/asexml_r25/Events_r25.xsd