<?xml version="1.0" encoding="UTF-8"?>
<!-- 

            ** OAGIS® Revision: 9.2  ** 
            ** Date: 11 May 2007 **
            ** Copyright 1997-2007, All Rights Reserved **

            This is an OAGIS® BOD XML Schema (XSD) Definition.

            License information for this file is provided in the file **OAGi License Agreement.txt** that is provided with this download package.

            For support, more information, or to report implementation bugs, please contact the Open Applications Group at xml@openapplications.org.

            XML Schema

-->
 <!--
 © Copyright 2011 Infor Global Solutions Technology GmbH and/or its affiliates and subsidiaries. All rights reserved. The
word and design marks set forth herein are trademarks and/or registered trademarks of Infor Global Solutions
Technology GmbH and/or its affiliates and subsidiaries. All rights reserved. All other trademarks listed herein
are the property of their respective owners.
-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://schema.infor.com/InforOAGIS/2"
targetNamespace="http://schema.infor.com/InforOAGIS/2" elementFormDefault="qualified" attributeFormDefault="unqualified" 
version="2.14.0"><xs:element name="SupportProduct" type="SupportProductType"/>
<xs:complexType name="SupportProductType">
<xs:sequence>
<xs:element name="IDs" minOccurs="0" maxOccurs="1" type="IDsType">
<xs:annotation>
<xs:documentation>
A container that holds a list of IDs without RevisionID.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DisplayID" minOccurs="0" maxOccurs="1" type="String2BaseType">
<xs:annotation>
<xs:documentation>
The ID for this object formatted as closely as possible to the way the customer would expect to see the ID. This element is used for display only and has no other purpose.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="LastModificationDateTime" minOccurs="0" maxOccurs="1" type="UnionType">
<xs:annotation>
<xs:documentation>
The datetime on which the object was last modified.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="LastModificationPerson" minOccurs="0" maxOccurs="1" type="LastModificationPersonType">
<xs:annotation>
<xs:documentation>
A reference tot he person that took the action that caused this BOD to be published.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DocumentDateTime" minOccurs="0" maxOccurs="1" type="UnionType">
<xs:annotation>
<xs:documentation>
The date that document was created within the system of record.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Description" minOccurs="0" maxOccurs="unbounded" type="DescriptionType">
<xs:annotation>
<xs:documentation>
Free form text that describes the object and repeats as needed to provide support for multilingual descriptions
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Note" minOccurs="0" maxOccurs="unbounded" type="NoteType">
<xs:annotation>
<xs:documentation>
A freeform note
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Status" minOccurs="0" maxOccurs="1" type="StatusType">
<xs:annotation>
<xs:documentation>
Indicates the current state of the associated object.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ApplicationServer" minOccurs="0" maxOccurs="1" type="ApplicationServerType">
</xs:element>
<xs:element name="ProductCommon" minOccurs="0" maxOccurs="1" type="ProductCommonType">
</xs:element>
<xs:element name="ProductSpecific" minOccurs="0" maxOccurs="1" type="ProductSpecificType">
</xs:element>
<xs:element name="ProductDatabases" minOccurs="0" maxOccurs="1" type="ProductDatabasesType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="IDsType">
<xs:sequence>
<xs:element name="ID" minOccurs="0" maxOccurs="unbounded" type="IDType">
<xs:annotation>
<xs:documentation>
An identifier for an object. The ID has a number of possible attributes to further define how it should be used..
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="IDType">
<xs:simpleContent>
<xs:extension base="NormalizedStringBaseType">
<xs:attribute name="schemeID" type="NormalizedString1BaseType" use="optional">
<xs:annotation>
<xs:documentation>
The identification of the identification scheme
                                                        
                                                        
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="schemeName" type="StringBaseType" use="optional">
<xs:annotation>
<xs:documentation>
When no schemeName exists this is the default ID for the enterprise at the level where this object is maintained. The value of the ID must uniquely identify this object throughout the enterprise within the scope of the level where it is maintained (tenant, accounting entity or location). The specific values for this attribute are determined by the individual noun.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="schemeAgencyID" type="NormalizedString2BaseType" use="optional">
<xs:annotation>
<xs:documentation>
The ID of the entity that created the ID. When the schemeName is &quot;&quot;Customer&quot;&quot; or &quot;&quot;Supplier&quot;&quot; then this value is the ID of the customer or supplier.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="schemeAgencyName" type="StringBaseType" use="optional">
<xs:annotation>
<xs:documentation>
The name of the entity that created the ID. This is only used when the ID is defined externally and there is no ID for that agency - like for government agencies.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="schemeVersionID" type="NormalizedString3BaseType" use="optional">
</xs:attribute>
<xs:attribute name="schemeDataURI" type="AnyURIBaseType" use="optional">
</xs:attribute>
<xs:attribute name="schemeURI" type="AnyURIBaseType" use="optional">
</xs:attribute>
<xs:attribute name="accountingEntity" type="String1BaseType" use="optional">
<xs:annotation>
<xs:documentation>
The accounting entity that is associated with the maintenance of this instance of the noun. For objects that are maintained at the tenant level this attribute must not be included in the document.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="variationID" type="IntegerBaseType" use="optional">
<xs:annotation>
<xs:documentation>
The number of times this object has been published with these attributes for the accounting entity and location.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="lid" type="AnyURI1BaseType" use="optional">
<xs:annotation>
<xs:documentation>
The LID of the system where the object can be maintained. This can be used by BIS to help automate the drill back process.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="LastModificationPersonType">
<xs:sequence>
<xs:element name="IDs" minOccurs="0" maxOccurs="1" type="IDs1Type">
<xs:annotation>
<xs:documentation>
A container that holds a list of IDs without RevisionID.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Name" minOccurs="0" maxOccurs="unbounded" type="NameType">
<xs:annotation>
<xs:documentation>
Identifies the Name of the object in which associated.
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="IDs1Type">
<xs:sequence>
<xs:element name="ID" minOccurs="0" maxOccurs="unbounded" type="ID1Type">
<xs:annotation>
<xs:documentation>
An identifier for an object. The ID has a number of possible attributes to further define how it should be used..
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ID1Type">
<xs:simpleContent>
<xs:extension base="NormalizedStringBaseType">
<xs:attribute name="accountingEntity" type="String1BaseType" use="optional">
<xs:annotation>
<xs:documentation>
The accounting entity that is associated with the maintenance of this instance of the noun. For objects that are maintained at the tenant level this attribute must not be included in the document.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="lid" type="AnyURI1BaseType" use="optional">
<xs:annotation>
<xs:documentation>
The LID of the system where the object can be maintained. This can be used by BIS to help automate the drill back process.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="NameType">
<xs:simpleContent>
<xs:extension base="StringBaseType">
<xs:attribute name="languageID" type="LanguageBaseType" use="optional">
<xs:annotation>
<xs:documentation>
This is required for language codes other than &quot;&quot;en-us&quot;&quot; when the element that includes this attribute is used.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="DescriptionType">
<xs:simpleContent>
<xs:extension base="String3BaseType">
<xs:attribute name="type" type="NormalizedString4BaseType" use="optional">
</xs:attribute>
<xs:attribute name="languageID" type="LanguageBaseType" use="optional">
<xs:annotation>
<xs:documentation>
This is required for language codes other than &quot;&quot;en-us&quot;&quot; when the element that includes this attribute is used.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="NoteType">
<xs:simpleContent>
<xs:extension base="String4BaseType">
<xs:attribute name="noteID" type="NormalizedString1BaseType" use="optional">
<xs:annotation>
<xs:documentation>
An optional identifier, that when used can uniquely identify each instance of a note within a BOD. It is only unique within the context of where it is used in the document.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="use" type="NormalizedString5BaseType" use="optional">
<xs:annotation>
<xs:documentation>
Indicates if the note should be published externally or if it is for internal use only. It may have the values &apos;&apos;Internal&apos;&apos; and &apos;&apos;External&apos;&apos;.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="author" type="StringBaseType" use="optional">
<xs:annotation>
<xs:documentation>
Person who created the note
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="entryDateTime" type="UnionType" use="optional">
<xs:annotation>
<xs:documentation>
Entry date and time in GMT.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="status" type="String5BaseType" use="optional">
<xs:annotation>
<xs:documentation>
Status of a note.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="type" type="NormalizedString6BaseType" use="optional">
<xs:annotation>
<xs:documentation>
Indicates what type of note is being specified and is associated to an Infor defined code list, &apos;&apos;Note Types,&apos;&apos; 
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="languageID" type="LanguageBaseType" use="optional">
<xs:annotation>
<xs:documentation>
This is required for language codes other than &quot;&quot;en-us&quot;&quot; when the element that includes this attribute is used.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="StatusType">
<xs:sequence>
<xs:element name="Code" minOccurs="0" maxOccurs="1" type="CodeType">
<xs:annotation>
<xs:documentation>
Code used to define the status of this document. See the code list associated to this code for the list of valid codes and their meanings.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Description" minOccurs="0" maxOccurs="1" type="Description1Type">
<xs:annotation>
<xs:documentation>
Free form text that describes the object and repeats as needed to provide support for multilingual descriptions
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="EffectiveDateTime" minOccurs="0" maxOccurs="1" type="UnionType">
<xs:annotation>
<xs:documentation>
date and time this document becomes effective
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ReasonCode" minOccurs="0" maxOccurs="1" type="ReasonCodeType">
<xs:annotation>
<xs:documentation>
Identifies the reason for an activity
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Reason" minOccurs="0" maxOccurs="unbounded" type="ReasonType">
</xs:element>
<xs:element name="TimePeriod" minOccurs="0" maxOccurs="1" type="TimePeriodType">
<xs:annotation>
<xs:documentation>
An explicit period of time for the bucket.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="UserArea" minOccurs="0" maxOccurs="1" type="UserAreaType">
<xs:annotation>
<xs:documentation>
Allows the user of
				OAGIS to extend the specification in order to provide additional information that is
				not captured in OAGIS.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ArchiveIndicator" minOccurs="0" maxOccurs="1" type="BooleanBaseType">
<xs:annotation>
<xs:documentation>
Indicator that determines if the BOD has been archived. The default value is false so there is no need to explicitly set this to false.
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="CodeType">
<xs:simpleContent>
<xs:extension base="NormalizedString7BaseType">
<xs:attribute name="listID" type="NormalizedStringBaseType" use="optional">
<xs:annotation>
<xs:documentation>
This attribute contains the Code List ID for the codes that are associated with corresponding entity.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="Description1Type">
<xs:simpleContent>
<xs:extension base="String6BaseType">
<xs:attribute name="type" type="NormalizedString4BaseType" use="optional">
</xs:attribute>
<xs:attribute name="languageID" type="LanguageBaseType" use="optional">
<xs:annotation>
<xs:documentation>
This is required for language codes other than &quot;&quot;en-us&quot;&quot; when the element that includes this attribute is used.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="ReasonCodeType">
<xs:simpleContent>
<xs:extension base="NormalizedStringBaseType">
<xs:attribute name="listID" type="NormalizedStringBaseType" use="optional">
<xs:annotation>
<xs:documentation>
This attribute contains the Code List ID for the codes that are associated with corresponding entity.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="listAgencyID" type="NormalizedStringBaseType" use="optional">
</xs:attribute>
<xs:attribute name="listAgencyName" type="String7BaseType" use="optional">
</xs:attribute>
<xs:attribute name="listName" type="String7BaseType" use="optional">
</xs:attribute>
<xs:attribute name="listVersionID" type="NormalizedString3BaseType" use="optional">
</xs:attribute>
<xs:attribute name="name" type="String7BaseType" use="optional">
</xs:attribute>
<xs:attribute name="languageID" type="LanguageBaseType" use="optional">
<xs:annotation>
<xs:documentation>
This is required for language codes other than &quot;&quot;en-us&quot;&quot; when the element that includes this attribute is used.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="listURI" type="AnyURIBaseType" use="optional">
</xs:attribute>
<xs:attribute name="listSchemeURI" type="AnyURIBaseType" use="optional">
</xs:attribute>
<xs:attribute name="accountingEntity" type="String8BaseType" use="optional">
<xs:annotation>
<xs:documentation>
The accounting entity that is associated with the maintenance of this instance of the noun. For objects that are maintained at the tenant level this attribute must not be included in the document.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="location" type="String8BaseType" use="optional">
<xs:annotation>
<xs:documentation>
The location that is associated with the maintenance of this instance of the noun. This attribute must not be included on the ID of objects that are maintained at the tenant or accounting entity level.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="ReasonType">
<xs:simpleContent>
<xs:extension base="String6BaseType">
<xs:attribute name="languageID" type="LanguageBaseType" use="optional">
<xs:annotation>
<xs:documentation>
This is required for language codes other than &quot;&quot;en-us&quot;&quot; when the element that includes this attribute is used.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="TimePeriodType">
<xs:sequence>
<xs:element name="StartDateTime" minOccurs="0" maxOccurs="1" type="UnionType">
<xs:annotation>
<xs:documentation>
The timestamp marking the beginning of a time period during which a related entity.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:choice>
<xs:element name="Duration" minOccurs="0" maxOccurs="1" type="DurationBaseType">
<xs:annotation>
<xs:documentation>
Indicates the duration of time as represented by ISO 8601. Where the value space is a six dimensional space where the coordinates designate the Gregorian year, month, day, hour, minute, and second. The number of seconds can include decimal digits to arbitary pecision.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="EndDateTime" minOccurs="0" maxOccurs="1" type="UnionType">
<xs:annotation>
<xs:documentation>
The timestamp marking the ending 1of a time period during which a related entity.
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
<xs:element name="BlockedForManualEntryOnlyIndicator" minOccurs="0" maxOccurs="1" type="BooleanBaseType">
<xs:annotation>
<xs:documentation>
 Indicates that the account is blocked and not available during this
				time period. 
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="excludedIndicator" type="BooleanBaseType" use="optional">
</xs:attribute>
</xs:complexType>
<xs:complexType name="ApplicationServerType">
<xs:sequence>
<xs:element name="ApplicationServerName" minOccurs="0" maxOccurs="1" type="ApplicationServerNameType">
<xs:annotation>
<xs:documentation>
Application Server Name - Middleware that the appplication is running
				on e.g. weblogic, tomcat IIS
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ApplicationServerType" minOccurs="0" maxOccurs="1" type="ApplicationServerTypeType">
<xs:annotation>
<xs:documentation>
Application Server Type - the type of middleware that the application
				is using e.g. webserver, application server
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ApplicationServerVersion" minOccurs="0" maxOccurs="1" type="NormalizedString3BaseType">
<xs:annotation>
<xs:documentation>
Application Server Version - the version of the application server
				type
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ApplicationServerNameType">
<xs:simpleContent>
<xs:extension base="String7BaseType">
<xs:attribute name="languageID" type="LanguageBaseType" use="optional">
<xs:annotation>
<xs:documentation>
This is required for language codes other than &quot;&quot;en-us&quot;&quot; when the element that includes this attribute is used.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="ApplicationServerTypeType">
<xs:simpleContent>
<xs:extension base="NormalizedString3BaseType">
<xs:attribute name="listID" type="NormalizedStringBaseType" use="optional">
<xs:annotation>
<xs:documentation>
This attribute contains the Code List ID for the codes that are associated with corresponding entity.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="listAgencyID" type="NormalizedString3BaseType" use="optional">
</xs:attribute>
<xs:attribute name="listAgencyName" type="String7BaseType" use="optional">
</xs:attribute>
<xs:attribute name="listName" type="String7BaseType" use="optional">
</xs:attribute>
<xs:attribute name="listVersionID" type="NormalizedString3BaseType" use="optional">
</xs:attribute>
<xs:attribute name="name" type="String7BaseType" use="optional">
</xs:attribute>
<xs:attribute name="languageID" type="LanguageBaseType" use="optional">
<xs:annotation>
<xs:documentation>
This is required for language codes other than &quot;&quot;en-us&quot;&quot; when the element that includes this attribute is used.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="listURI" type="AnyURIBaseType" use="optional">
</xs:attribute>
<xs:attribute name="listSchemeURI" type="AnyURIBaseType" use="optional">
</xs:attribute>
<xs:attribute name="accountingEntity" type="String8BaseType" use="optional">
<xs:annotation>
<xs:documentation>
The accounting entity that is associated with the maintenance of this instance of the noun. For objects that are maintained at the tenant level this attribute must not be included in the document.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="location" type="String8BaseType" use="optional">
<xs:annotation>
<xs:documentation>
The location that is associated with the maintenance of this instance of the noun. This attribute must not be included on the ID of objects that are maintained at the tenant or accounting entity level.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="ProductCommonType">
<xs:sequence>
<xs:element name="ApplicationName" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>
The Application (Product) Name. Also can be referred to as the
				Product Line
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ApplicationVersion" minOccurs="0" maxOccurs="1" type="NormalizedString3BaseType">
<xs:annotation>
<xs:documentation>
The Application (Product) full version. This is the version reported
				by the actual software code.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ApplicationSalesVersion" minOccurs="0" maxOccurs="1" type="ApplicationSalesVersionType">
<xs:annotation>
<xs:documentation>
The Product Line release is the external label of the release as
				customers are using it in the support portal. In the support portal, the release is
				really at the Product level, not the Product Line level. Products within a Product
				Line can have different release numbers as a Product Line has mainline products and
				add on products, etc. We can use a default release at the Product Line level, which
				should be an indication of the mainline products. 
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="InstallationLocation" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>
The full root install path for the application
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ApplicationPatches" minOccurs="0" maxOccurs="1" type="ApplicationPatchesType">
</xs:element>
<xs:element name="ApplicationProducts" minOccurs="0" maxOccurs="unbounded" type="ApplicationProductsType">
</xs:element>
<xs:element name="LanguagePacks" minOccurs="0" maxOccurs="1" type="LanguagePacksType">
</xs:element>
<xs:element name="ConfigurationSwitches" minOccurs="0" maxOccurs="1" type="ConfigurationSwitchesType">
</xs:element>
<xs:element name="DataLocations" minOccurs="0" maxOccurs="unbounded" type="DataLocationsType">
</xs:element>
<xs:element name="LogFiles" minOccurs="0" maxOccurs="1" type="LogFilesType">
</xs:element>
<xs:element name="ConfigurationLastRunDateTime" minOccurs="0" maxOccurs="1" type="UnionType">
<xs:annotation>
<xs:documentation>
The date and time that the configurator was last
				run
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ConfigurationLastRun" minOccurs="0" maxOccurs="1" type="NormalizedString3BaseType">
<xs:annotation>
<xs:documentation>
The user id that last ran the configurator
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ProductKeys" minOccurs="0" maxOccurs="1" type="ProductKeysType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ApplicationSalesVersionType">
<xs:simpleContent>
<xs:extension base="NormalizedString3BaseType">
<xs:attribute name="listID" type="NormalizedStringBaseType" use="optional">
<xs:annotation>
<xs:documentation>
This attribute contains the Code List ID for the codes that are associated with corresponding entity.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="listAgencyID" type="NormalizedString3BaseType" use="optional">
</xs:attribute>
<xs:attribute name="listAgencyName" type="String7BaseType" use="optional">
</xs:attribute>
<xs:attribute name="listName" type="String7BaseType" use="optional">
</xs:attribute>
<xs:attribute name="listVersionID" type="NormalizedString3BaseType" use="optional">
</xs:attribute>
<xs:attribute name="name" type="String7BaseType" use="optional">
</xs:attribute>
<xs:attribute name="languageID" type="LanguageBaseType" use="optional">
<xs:annotation>
<xs:documentation>
This is required for language codes other than &quot;&quot;en-us&quot;&quot; when the element that includes this attribute is used.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="listURI" type="AnyURIBaseType" use="optional">
</xs:attribute>
<xs:attribute name="listSchemeURI" type="AnyURIBaseType" use="optional">
</xs:attribute>
<xs:attribute name="accountingEntity" type="String8BaseType" use="optional">
<xs:annotation>
<xs:documentation>
The accounting entity that is associated with the maintenance of this instance of the noun. For objects that are maintained at the tenant level this attribute must not be included in the document.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="location" type="String8BaseType" use="optional">
<xs:annotation>
<xs:documentation>
The location that is associated with the maintenance of this instance of the noun. This attribute must not be included on the ID of objects that are maintained at the tenant or accounting entity level.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="ApplicationPatchesType">
<xs:sequence>
<xs:element name="ApplicationPatch" minOccurs="0" maxOccurs="unbounded" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ApplicationProductsType">
<xs:sequence>
<xs:element name="ApplicationProduct" minOccurs="0" maxOccurs="unbounded" type="ApplicationProductType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ApplicationProductType">
<xs:sequence>
<xs:element name="ApplicationProductName" minOccurs="0" maxOccurs="1" type="ApplicationProductNameType">
<xs:annotation>
<xs:documentation>
A product Line has many products. The support portal uses the product
				entitlement to determine what to show and have access for. Optionally the ISA
				product integrations can return the products installed. 
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ApplicationProductRelease" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>
A Product has a release. The support portal organizes all KB articles
				(including patches) at the Product/Release level. Optionally the ISA product
				integrations can return the release of the products installed. If absent, the
				proactive logic will use the Product Line release as default.
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ApplicationProductNameType">
<xs:simpleContent>
<xs:extension base="String7BaseType">
<xs:attribute name="languageID" type="LanguageBaseType" use="optional">
<xs:annotation>
<xs:documentation>
This is required for language codes other than &quot;&quot;en-us&quot;&quot; when the element that includes this attribute is used.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="LanguagePacksType">
<xs:sequence>
<xs:element name="LanguagePack" minOccurs="0" maxOccurs="unbounded" type="NormalizedString3BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ConfigurationSwitchesType">
<xs:sequence>
<xs:element name="ConfigurationSwitch" minOccurs="0" maxOccurs="unbounded" type="NormalizedString3BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="DataLocationsType">
<xs:sequence>
<xs:element name="DataLocation" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>
The data location (datastore) for the application data (e.g. IP
				Address of the database)
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DataLocationAttribute" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>
If a product has mutiple data stores (e.g. mutiple databases)
				identify the datastore (e.g. datastore name).
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="LogFilesType">
<xs:sequence>
<xs:element name="LogFile" minOccurs="0" maxOccurs="unbounded" type="LogFileType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="LogFileType">
<xs:sequence>
<xs:element name="LogType" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>
Type of Log file - i.e. what is being logged
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="LogPath" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>
Full path to the logfile including the log name
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ProductKeysType">
<xs:sequence>
<xs:element name="ProductKey" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>
The product key installed for the entity being
				reported
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="ProductKeyAttribute" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>
If a product has mutiple product keys (e.g. licensed by module)
				identify the licensed entity (e.g. Module name).
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ProductSpecificType">
<xs:sequence>
<xs:choice>
<xs:element name="EAM_Application" minOccurs="0" maxOccurs="1" type="EAM_ApplicationType">
</xs:element>
<xs:element name="Visual_Application" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_Application" minOccurs="0" maxOccurs="1" type="BaanLN_ApplicationType">
</xs:element>
<xs:element name="CPM_Application" minOccurs="0" maxOccurs="1" type="CPM_ApplicationType">
</xs:element>
<xs:element name="Epiphany_Application" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="ERPLX_Application" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="Infinium_Application" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="Hansen_Application" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="EXE_Application" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="ION_Application" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="IONBI_Application" minOccurs="0" maxOccurs="1" type="IONBI_ApplicationType">
</xs:element>
<xs:element name="SCE_Application" minOccurs="0" maxOccurs="1" type="SCE_ApplicationType">
</xs:element>
<xs:element name="SmartStream_Application" minOccurs="0" maxOccurs="1" type="SmartStream_ApplicationType">
</xs:element>
<xs:element name="SunSystems_Application" minOccurs="0" maxOccurs="1" type="SunSystems_ApplicationType">
</xs:element>
<xs:element name="SXe_Application" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SyteLine_Application" minOccurs="0" maxOccurs="1" type="SyteLine_ApplicationType">
</xs:element>
<xs:element name="WorkBrain_Application" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="WorkSpace_Application" minOccurs="0" maxOccurs="1" type="WorkSpace_ApplicationType">
</xs:element>
<xs:element name="XA_Application" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="XM_Application" minOccurs="0" maxOccurs="1" type="XM_ApplicationType">
</xs:element>
<xs:element name="IACM_Application" minOccurs="0" maxOccurs="unbounded" type="IACM_ApplicationType">
</xs:element>
<xs:element name="SupplierExchange_Application" minOccurs="0" maxOccurs="1" type="SupplierExchange_ApplicationType">
</xs:element>
<xs:element name="AP_Application" minOccurs="0" maxOccurs="1" type="AP_ApplicationType">
</xs:element>
<xs:element name="AutomotiveExchange_Application" minOccurs="0" maxOccurs="unbounded" type="AutomotiveExchange_ApplicationType">
</xs:element>
<xs:element name="AS_Application" minOccurs="0" maxOccurs="1" type="AS_ApplicationType">
</xs:element>
<xs:element name="SalesOperationsPlanning_Application" minOccurs="0" maxOccurs="1" type="SalesOperationsPlanning_ApplicationType">
</xs:element>
<xs:element name="SCMPlanner_Application" minOccurs="0" maxOccurs="1" type="SCMPlanner_ApplicationType">
</xs:element>
<xs:element name="SCMITK_Application" minOccurs="0" maxOccurs="1" type="SCMITK_ApplicationType">
</xs:element>
</xs:choice>
</xs:sequence>
</xs:complexType>
<xs:complexType name="EAM_ApplicationType">
<xs:sequence>
<xs:element name="EAM_JBoss" minOccurs="0" maxOccurs="1" type="EAM_JBossType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="EAM_JBossType">
<xs:sequence>
<xs:element name="EAM_InstalledEAMProperties" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>
Depconfig\extended_properties.xml
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="EAM_TenantInformation" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>
Depconfig\ewsconfig.xml
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="EAM_ServerLog" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>
JBoss\server\jboss01\log\server.log
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="EAM_DataBridge" minOccurs="0" maxOccurs="1" type="EAM_DataBridgeType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="EAM_DataBridgeType">
<xs:sequence>
<xs:element name="EAM_AntBuildFile" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>
depconfig\databridge.xml
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="EAM_MessagingServiceConfiguration" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>
depconfig\databridge_properties.xml
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="EAM_AdvancedProperties" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>
depconfig\databridge_properties_advanced.xml
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="EAM_ProcessDefinitions" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>
JBoss\server\jboss01\conf\mp_processes.xml
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="EAM_ProcessStartUpProperty" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>
Jboss\server\jboss01\conf\process-startup.xml
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_ApplicationType">
<xs:sequence>
<xs:element name="BaanLN_VersionInfo" minOccurs="0" maxOccurs="1" type="BaanLN_VersionInfoType">
</xs:element>
<xs:element name="BaanLN_Installation" minOccurs="0" maxOccurs="1" type="BaanLN_InstallationType">
</xs:element>
<xs:element name="BaanLN_Configuration" minOccurs="0" maxOccurs="1" type="BaanLN_ConfigurationType">
</xs:element>
<xs:element name="BaanLN_ApplicationParameters" minOccurs="0" maxOccurs="1" type="BaanLN_ApplicationParametersType">
</xs:element>
<xs:element name="BaanLN_ConfigApps" minOccurs="0" maxOccurs="1" type="BaanLN_ConfigAppsType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_VersionInfoType">
<xs:sequence>
<xs:element name="BaanLN_ApplicationVersion" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_Portingset" minOccurs="0" maxOccurs="1" type="BaanLN_PortingsetType">
</xs:element>
<xs:element name="BaanLN_DatabaseDrivers" minOccurs="0" maxOccurs="1" type="BaanLN_DatabaseDriversType">
</xs:element>
<xs:element name="BaanLN_Tools" minOccurs="0" maxOccurs="1" type="BaanLN_ToolsType">
</xs:element>
<xs:element name="BaanLN_PMCUpdateVRCs" minOccurs="0" maxOccurs="1" type="BaanLN_PMCUpdateVRCsType">
</xs:element>
<xs:element name="BaanLN_PMCsolutions" minOccurs="0" maxOccurs="1" type="BaanLN_PMCsolutionsType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_PortingsetType">
<xs:sequence>
<xs:element name="BaanLN_Version" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_Portnumber" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_InterfaceVersion" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
<xs:element name="BaanLN_PortingsetVersionInfo" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_DatabaseDriversType">
<xs:sequence>
<xs:element name="BaanLN_DatabaseDriver" minOccurs="0" maxOccurs="1" type="BaanLN_DatabaseDriverType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_DatabaseDriverType">
<xs:sequence>
<xs:element name="BaanLN_Driver" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_Version" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_Parameters" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_ToolsType">
<xs:sequence>
<xs:element name="BaanLN_ToolsVersion" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_FourGLEngine" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_ToolsInterfaceVersion" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
<xs:element name="BaanLN_StandardProgramVersionInfo" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_CollectorObjectVersionInfo" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_PMCUpdateVRCsType">
<xs:sequence>
<xs:element name="BaanLN_PMCUpdateVRC" minOccurs="1" maxOccurs="unbounded" type="BaanLN_PMCUpdateVRCType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_PMCUpdateVRCType">
<xs:sequence>
<xs:element name="BaanLN_UpdateVRC" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_BaseVRC" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_PackageToDetermineVRCStructure" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_VRCCombination" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_PMCsolutionsType">
<xs:sequence>
<xs:element name="BaanLN_PMCsolution" minOccurs="1" maxOccurs="unbounded" type="BaanLN_PMCsolutionType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_PMCsolutionType">
<xs:sequence>
<xs:element name="BaanLN_UpdateVRC" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_BaseVRC" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_Solution" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_Type" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_PatchCode" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_Status" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_DateStatusChange" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_InstallationType">
<xs:sequence>
<xs:element name="BaanLN_BaanERPServerInfo" minOccurs="0" maxOccurs="1" type="BaanLN_BaanERPServerInfoType">
</xs:element>
<xs:element name="BaanLN_BaanERPServerInfoFile" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_ExistingIUsInfo" minOccurs="0" maxOccurs="1" type="BaanLN_ExistingIUsInfoType">
</xs:element>
<xs:element name="BaanLN_ExistingIUsInfoFile" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_DatabaseAdmXml" minOccurs="0" maxOccurs="unbounded" type="BaanLN_DatabaseAdmXmlType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_BaanERPServerInfoType">
<xs:sequence>
<xs:element name="BaanLN_KeyValue" minOccurs="1" maxOccurs="unbounded" type="BaanLN_KeyValueType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_KeyValueType">
<xs:sequence>
<xs:element name="BaanLN_Key" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_Value" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_ExistingIUsInfoType">
<xs:sequence>
<xs:element name="BaanLN_Value" minOccurs="0" maxOccurs="unbounded" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_DatabaseAdmXmlType">
<xs:sequence>
<xs:element name="BaanLN_Name" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_DatabaseAdmXmlFile" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_ConfigurationType">
<xs:sequence>
<xs:element name="BaanLN_ConfigTechnical" minOccurs="0" maxOccurs="1" type="BaanLN_ConfigTechnicalType">
</xs:element>
<xs:element name="BaanLN_Companies" minOccurs="0" maxOccurs="1" type="BaanLN_CompaniesType">
</xs:element>
<xs:element name="BaanLN_SharedTables" minOccurs="0" maxOccurs="1" type="BaanLN_SharedTablesType">
</xs:element>
<xs:element name="BaanLN_SharedTableInfoFile" minOccurs="0" maxOccurs="1" type="BaanLN_SharedTableInfoFileType">
</xs:element>
<xs:element name="BaanLN_MultiDataLanguages" minOccurs="0" maxOccurs="1" type="BaanLN_MultiDataLanguagesType">
</xs:element>
<xs:element name="BaanLN_CustomerDefinedFields" minOccurs="0" maxOccurs="1" type="BaanLN_CustomerDefinedFieldsType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_ConfigTechnicalType">
<xs:sequence>
<xs:element name="BaanLN_CEnvironmentVariables" minOccurs="1" maxOccurs="1" type="BaanLN_CEnvironmentVariablesType">
</xs:element>
<xs:element name="BaanLN_Asm" minOccurs="0" maxOccurs="1" type="BaanLN_AsmType">
</xs:element>
<xs:element name="BaanLN_Audit" minOccurs="0" maxOccurs="1" type="BaanLN_AuditType">
</xs:element>
<xs:element name="BaanLN_IpcInfoFile" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_SrddTabFile" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_TabledefFile" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_TssMbstoreFile" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_OracleDriverParamFile" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_OracleStorageParamFile" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_InformixDriverParamFile" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_InformixStorageParamFile" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_Db2DriverParamFile" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_Db2StorageParamFile" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_MsqlDriverParamFile" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_MsqlStorageParamFile" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_MysqlDriverParamFile" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_MysqlStorageParamFile" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_FdFiles" minOccurs="0" maxOccurs="1" type="BaanLN_FdFilesType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_CEnvironmentVariablesType">
<xs:sequence>
<xs:element name="BaanLN_BseVarsFile" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_DefaultsAllFile" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_DefaultsDbResourceFile" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_DefaultsDbResourceJbdbFile" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_AsmType">
<xs:sequence>
<xs:element name="BaanLN_AsmInsDef" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_AsmTypeDef" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_AuditType">
<xs:sequence>
<xs:element name="BaanLN_AuditColsFile" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_AuditSpecFile" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_AuditHosts" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_AuditDefFile" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_FdFilesType">
<xs:sequence>
<xs:element name="BaanLN_FdFile" minOccurs="0" maxOccurs="unbounded" type="BaanLN_FdFileType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_FdFileType">
<xs:sequence>
<xs:element name="BaanLN_Name" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_Lines" minOccurs="0" maxOccurs="1" type="BaanLN_LinesType">
</xs:element>
<xs:element name="BaanLN_FdFileInfoFile" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_LinesType">
<xs:sequence>
<xs:element name="BaanLN_Line" minOccurs="0" maxOccurs="unbounded" type="BaanLN_LineType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_LineType">
<xs:sequence>
<xs:choice>
<xs:element name="BaanLN_Package" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_Component" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_Directories" minOccurs="0" maxOccurs="1" type="BaanLN_DirectoriesType">
</xs:element>
</xs:choice>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_DirectoriesType">
<xs:sequence>
<xs:element name="BaanLN_Directory" minOccurs="0" maxOccurs="unbounded" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_CompaniesType">
<xs:sequence>
<xs:element name="BaanLN_Company" minOccurs="0" maxOccurs="unbounded" type="BaanLN_CompanyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_CompanyType">
<xs:sequence>
<xs:choice>
<xs:element name="BaanLN_CompanyNumber" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_Name" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_PackageComb" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:choice>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_SharedTablesType">
<xs:sequence>
<xs:element name="BaanLN_SharedTable" minOccurs="0" maxOccurs="unbounded" type="BaanLN_SharedTableType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_SharedTableType">
<xs:sequence>
<xs:element name="BaanLN_Table" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_PhysicalCompany" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_LogicalCompanies" minOccurs="0" maxOccurs="1" type="BaanLN_LogicalCompaniesType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_LogicalCompaniesType">
<xs:sequence>
<xs:element name="BaanLN_LogicalCompany" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_SharedTableInfoFileType">
<xs:sequence>
<xs:element name="BaanLN_CompnrInfoFile" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_MultiDataLanguagesType">
<xs:sequence>
<xs:element name="BaanLN_MultiDataLanguage" minOccurs="0" maxOccurs="unbounded" type="BaanLN_MultiDataLanguageType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_MultiDataLanguageType">
<xs:sequence>
<xs:element name="BaanLN_Language" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_Country" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_Status" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_StatusDescription" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_CustomerDefinedFieldsType">
<xs:sequence>
<xs:element name="BaanLN_CustomerDefinedField" minOccurs="0" maxOccurs="unbounded" type="BaanLN_CustomerDefinedFieldType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_CustomerDefinedFieldType">
<xs:sequence>
<xs:element name="BaanLN_PackgeCombination" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_Package" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_Module" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_Table" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_FieldName" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_FieldDescription" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_DataType" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_DataTypeDescription" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_Active" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_Available" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_ApplicationParametersType">
<xs:sequence>
<xs:element name="BaanLN_AS_AutomationServer" minOccurs="0" maxOccurs="1" type="BaanLN_AS_AutomationServerType">
</xs:element>
<xs:element name="BaanLN_BP_People" minOccurs="0" maxOccurs="1" type="BaanLN_BP_PeopleType">
</xs:element>
<xs:element name="BaanLN_CI_CentralInvoicing" minOccurs="0" maxOccurs="1" type="BaanLN_CI_CentralInvoicingType">
</xs:element>
<xs:element name="BaanLN_CP_EnterprisePlanning" minOccurs="0" maxOccurs="1" type="BaanLN_CP_EnterprisePlanningType">
</xs:element>
<xs:element name="BaanLN_DM_DataManagement" minOccurs="0" maxOccurs="1" type="BaanLN_DM_DataManagementType">
</xs:element>
<xs:element name="BaanLN_EC_ElectronicCommerce" minOccurs="0" maxOccurs="1" type="BaanLN_EC_ElectronicCommerceType">
</xs:element>
<xs:element name="BaanLN_FM_FreightManagement" minOccurs="0" maxOccurs="1" type="BaanLN_FM_FreightManagementType">
</xs:element>
<xs:element name="BaanLN_NT_NewTechnology" minOccurs="0" maxOccurs="1" type="BaanLN_NT_NewTechnologyType">
</xs:element>
<xs:element name="BaanLN_QM_QualityManagement" minOccurs="0" maxOccurs="1" type="BaanLN_QM_QualityManagementType">
</xs:element>
<xs:element name="BaanLN_TC_Common" minOccurs="0" maxOccurs="1" type="BaanLN_TC_CommonType">
</xs:element>
<xs:element name="BaanLN_TD_Distribution" minOccurs="0" maxOccurs="1" type="BaanLN_TD_DistributionType">
</xs:element>
<xs:element name="BaanLN_TF_Financials" minOccurs="0" maxOccurs="1" type="BaanLN_TF_FinancialsType">
</xs:element>
<xs:element name="BaanLN_TG_EnterpriseModelling" minOccurs="0" maxOccurs="1" type="BaanLN_TG_EnterpriseModellingType">
</xs:element>
<xs:element name="BaanLN_TI_Manufacturing" minOccurs="0" maxOccurs="1" type="BaanLN_TI_ManufacturingType">
</xs:element>
<xs:element name="BaanLN_TP_Project" minOccurs="0" maxOccurs="1" type="BaanLN_TP_ProjectType">
</xs:element>
<xs:element name="BaanLN_TR_Transport" minOccurs="0" maxOccurs="1" type="BaanLN_TR_TransportType">
</xs:element>
<xs:element name="BaanLN_TS_Service" minOccurs="0" maxOccurs="1" type="BaanLN_TS_ServiceType">
</xs:element>
<xs:element name="BaanLN_WH_Warehousing" minOccurs="0" maxOccurs="1" type="BaanLN_WH_WarehousingType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_AS_AutomationServerType">
<xs:sequence>
<xs:element name="BaanLN_AutomationServer" minOccurs="0" maxOccurs="1" type="BaanLN_AutomationServerType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_AutomationServerType">
<xs:sequence>
<xs:element name="BaanLN_rowasint000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_BP_PeopleType">
<xs:sequence>
<xs:element name="BaanLN_People" minOccurs="0" maxOccurs="1" type="BaanLN_PeopleType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_PeopleType">
<xs:sequence>
<xs:element name="BaanLN_rowbpmdm000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_CI_CentralInvoicingType">
<xs:sequence>
<xs:element name="BaanLN_SalesInvoicing" minOccurs="0" maxOccurs="1" type="BaanLN_SalesInvoicingType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_SalesInvoicingType">
<xs:sequence>
<xs:element name="BaanLN_rowcisli000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_CP_EnterprisePlanningType">
<xs:sequence>
<xs:element name="BaanLN_Performance" minOccurs="0" maxOccurs="1" type="BaanLN_PerformanceType">
</xs:element>
<xs:element name="BaanLN_EP" minOccurs="0" maxOccurs="1" type="BaanLN_EPType">
</xs:element>
<xs:element name="BaanLN_WorkLoadControl" minOccurs="0" maxOccurs="1" type="BaanLN_WorkLoadControlType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_PerformanceType">
<xs:sequence>
<xs:element name="BaanLN_rowcpcom000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_EPType">
<xs:sequence>
<xs:element name="BaanLN_rowcprpd000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_WorkLoadControlType">
<xs:sequence>
<xs:element name="BaanLN_rowcpwlc200" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_DM_DataManagementType">
<xs:sequence>
<xs:element name="BaanLN_ODMClientVersion" minOccurs="0" maxOccurs="1" type="BaanLN_ODMClientVersionType">
</xs:element>
<xs:element name="BaanLN_CommonODM" minOccurs="0" maxOccurs="1" type="BaanLN_CommonODMType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_ODMClientVersionType">
<xs:sequence>
<xs:element name="BaanLN_rowdmdoc000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_CommonODMType">
<xs:sequence>
<xs:element name="BaanLN_rowdmsys000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_EC_ElectronicCommerceType">
<xs:sequence>
<xs:element name="BaanLN_EDI" minOccurs="0" maxOccurs="1" type="BaanLN_EDIType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_EDIType">
<xs:sequence>
<xs:element name="BaanLN_rowecedi000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_FM_FreightManagementType">
<xs:sequence>
<xs:element name="BaanLN_FMD" minOccurs="0" maxOccurs="1" type="BaanLN_FMDType">
</xs:element>
<xs:element name="BaanLN_FOC" minOccurs="0" maxOccurs="1" type="BaanLN_FOCType">
</xs:element>
<xs:element name="BaanLN_FreightRatesAndCosts" minOccurs="0" maxOccurs="1" type="BaanLN_FreightRatesAndCostsType">
</xs:element>
<xs:element name="BaanLN_FreightInvoicing" minOccurs="0" maxOccurs="1" type="BaanLN_FreightInvoicingType">
</xs:element>
<xs:element name="BaanLN_LoadBuilding" minOccurs="0" maxOccurs="1" type="BaanLN_LoadBuildingType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_FMDType">
<xs:sequence>
<xs:element name="BaanLN_rowfmfmd000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_FOCType">
<xs:sequence>
<xs:element name="BaanLN_rowfmfoc000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_FreightRatesAndCostsType">
<xs:sequence>
<xs:element name="BaanLN_rowfmfrc000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_FreightInvoicingType">
<xs:sequence>
<xs:element name="BaanLN_rowfmfri000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_LoadBuildingType">
<xs:sequence>
<xs:element name="BaanLN_rowfmlbd000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_NT_NewTechnologyType">
<xs:sequence>
<xs:element name="BaanLN_Windows" minOccurs="0" maxOccurs="1" type="BaanLN_WindowsType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_WindowsType">
<xs:sequence>
<xs:element name="BaanLN_rowntint000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_QM_QualityManagementType">
<xs:sequence>
<xs:element name="BaanLN_QM" minOccurs="0" maxOccurs="1" type="BaanLN_QMType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_QMType">
<xs:sequence>
<xs:element name="BaanLN_rowqmptc000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_TC_CommonType">
<xs:sequence>
<xs:element name="BaanLN_API" minOccurs="0" maxOccurs="1" type="BaanLN_APIType">
</xs:element>
<xs:element name="BaanLN_BOD" minOccurs="0" maxOccurs="1" type="BaanLN_BODType">
</xs:element>
<xs:element name="BaanLN_CCP" minOccurs="0" maxOccurs="1" type="BaanLN_CCPType">
</xs:element>
<xs:element name="BaanLN_ImplementedSoftwareComponent" minOccurs="0" maxOccurs="1" type="BaanLN_ImplementedSoftwareComponentType">
</xs:element>
<xs:element name="BaanLN_IntraEUTransaction" minOccurs="0" maxOccurs="1" type="BaanLN_IntraEUTransactionType">
</xs:element>
<xs:element name="BaanLN_COM" minOccurs="0" maxOccurs="1" type="BaanLN_COMType">
</xs:element>
<xs:element name="BaanLN_EuroConversion" minOccurs="0" maxOccurs="1" type="BaanLN_EuroConversionType">
</xs:element>
<xs:element name="BaanLN_EDI2" minOccurs="0" maxOccurs="1" type="BaanLN_EDI2Type">
</xs:element>
<xs:element name="BaanLN_EnterpriseModelingManagement" minOccurs="0" maxOccurs="1" type="BaanLN_EnterpriseModelingManagementType">
</xs:element>
<xs:element name="BaanLN_FinancialIntegration" minOccurs="0" maxOccurs="1" type="BaanLN_FinancialIntegrationType">
</xs:element>
<xs:element name="BaanLN_Segmentation" minOccurs="0" maxOccurs="1" type="BaanLN_SegmentationType">
</xs:element>
<xs:element name="BaanLN_ItemBaseData" minOccurs="0" maxOccurs="1" type="BaanLN_ItemBaseDataType">
</xs:element>
<xs:element name="BaanLN_LandedCosts" minOccurs="0" maxOccurs="1" type="BaanLN_LandedCostsType">
</xs:element>
<xs:element name="BaanLN_MCS" minOccurs="0" maxOccurs="1" type="BaanLN_MCSType">
</xs:element>
<xs:element name="BaanLN_BIntRegressionTest" minOccurs="0" maxOccurs="1" type="BaanLN_BIntRegressionTestType">
</xs:element>
<xs:element name="BaanLN_ProjectPegging" minOccurs="0" maxOccurs="1" type="BaanLN_ProjectPeggingType">
</xs:element>
<xs:element name="BaanLN_QMS" minOccurs="0" maxOccurs="1" type="BaanLN_QMSType">
</xs:element>
<xs:element name="BaanLN_Tax" minOccurs="0" maxOccurs="1" type="BaanLN_TaxType">
</xs:element>
<xs:element name="BaanLN_TermsandConditions" minOccurs="0" maxOccurs="1" type="BaanLN_TermsandConditionsType">
</xs:element>
<xs:element name="BaanLN_Effectivity" minOccurs="0" maxOccurs="1" type="BaanLN_EffectivityType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_APIType">
<xs:sequence>
<xs:element name="BaanLN_rowtcapi136" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_BODType">
<xs:sequence>
<xs:element name="BaanLN_rowtcbod000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_CCPType">
<xs:sequence>
<xs:element name="BaanLN_rowtcccp000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_ImplementedSoftwareComponentType">
<xs:sequence>
<xs:element name="BaanLN_rowtccom000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_IntraEUTransactionType">
<xs:sequence>
<xs:element name="BaanLN_rowtccom997" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_COMType">
<xs:sequence>
<xs:element name="BaanLN_rowtccom999" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_EuroConversionType">
<xs:sequence>
<xs:element name="BaanLN_rowtccri000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_EDI2Type">
<xs:sequence>
<xs:element name="BaanLN_rowtcedi000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_EnterpriseModelingManagementType">
<xs:sequence>
<xs:element name="BaanLN_rowtcemm000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_FinancialIntegrationType">
<xs:sequence>
<xs:element name="BaanLN_rowtcfin000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_SegmentationType">
<xs:sequence>
<xs:element name="BaanLN_rowtcibd000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_ItemBaseDataType">
<xs:sequence>
<xs:element name="BaanLN_rowtcibd999" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_LandedCostsType">
<xs:sequence>
<xs:element name="BaanLN_rowtclct000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_MCSType">
<xs:sequence>
<xs:element name="BaanLN_rowtcmcs000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_BIntRegressionTestType">
<xs:sequence>
<xs:element name="BaanLN_rowtcrgt000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_ProjectPeggingType">
<xs:sequence>
<xs:element name="BaanLN_rowtcpeg000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_QMSType">
<xs:sequence>
<xs:element name="BaanLN_rowtcqms000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_TaxType">
<xs:sequence>
<xs:element name="BaanLN_rowtctax000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_TermsandConditionsType">
<xs:sequence>
<xs:element name="BaanLN_rowtctrm000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_EffectivityType">
<xs:sequence>
<xs:element name="BaanLN_rowtcuef000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_TD_DistributionType">
<xs:sequence>
<xs:element name="BaanLN_CommissionsRebates" minOccurs="0" maxOccurs="1" type="BaanLN_CommissionsRebatesType">
</xs:element>
<xs:element name="BaanLN_ILC" minOccurs="0" maxOccurs="1" type="BaanLN_ILCType">
</xs:element>
<xs:element name="BaanLN_INV" minOccurs="0" maxOccurs="1" type="BaanLN_INVType">
</xs:element>
<xs:element name="BaanLN_LTC" minOccurs="0" maxOccurs="1" type="BaanLN_LTCType">
</xs:element>
<xs:element name="BaanLN_MCS2" minOccurs="0" maxOccurs="1" type="BaanLN_MCS2Type">
</xs:element>
<xs:element name="BaanLN_Pricing" minOccurs="0" maxOccurs="1" type="BaanLN_PricingType">
</xs:element>
<xs:element name="BaanLN_PUR" minOccurs="0" maxOccurs="1" type="BaanLN_PURType">
</xs:element>
<xs:element name="BaanLN_RPL" minOccurs="0" maxOccurs="1" type="BaanLN_RPLType">
</xs:element>
<xs:element name="BaanLN_SLS" minOccurs="0" maxOccurs="1" type="BaanLN_SLSType">
</xs:element>
<xs:element name="BaanLN_UserProfiles" minOccurs="0" maxOccurs="1" type="BaanLN_UserProfilesType">
</xs:element>
<xs:element name="BaanLN_RelationManagement" minOccurs="0" maxOccurs="1" type="BaanLN_RelationManagementType">
</xs:element>
<xs:element name="BaanLN_Statistics" minOccurs="0" maxOccurs="1" type="BaanLN_StatisticsType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_CommissionsRebatesType">
<xs:sequence>
<xs:element name="BaanLN_rowtdcms000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_ILCType">
<xs:sequence>
<xs:element name="BaanLN_rowtdilc000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_INVType">
<xs:sequence>
<xs:element name="BaanLN_rowtdinv000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_LTCType">
<xs:sequence>
<xs:element name="BaanLN_rowtdltc000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_MCS2Type">
<xs:sequence>
<xs:element name="BaanLN_rowtdmcs000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_PricingType">
<xs:sequence>
<xs:element name="BaanLN_rowtdpcg000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_PURType">
<xs:sequence>
<xs:element name="BaanLN_rowtdpur000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_RPLType">
<xs:sequence>
<xs:element name="BaanLN_rowtdrpl000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_SLSType">
<xs:sequence>
<xs:element name="BaanLN_rowtdsls000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_UserProfilesType">
<xs:sequence>
<xs:element name="BaanLN_rowtdsls039" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_RelationManagementType">
<xs:sequence>
<xs:element name="BaanLN_rowtdsmi000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_StatisticsType">
<xs:sequence>
<xs:element name="BaanLN_rowtdsta000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_TF_FinancialsType">
<xs:sequence>
<xs:element name="BaanLN_ACP" minOccurs="0" maxOccurs="1" type="BaanLN_ACPType">
</xs:element>
<xs:element name="BaanLN_ACR" minOccurs="0" maxOccurs="1" type="BaanLN_ACRType">
</xs:element>
<xs:element name="BaanLN_BIA" minOccurs="0" maxOccurs="1" type="BaanLN_BIAType">
</xs:element>
<xs:element name="BaanLN_CostAccounting" minOccurs="0" maxOccurs="1" type="BaanLN_CostAccountingType">
</xs:element>
<xs:element name="BaanLN_CMG" minOccurs="0" maxOccurs="1" type="BaanLN_CMGType">
</xs:element>
<xs:element name="BaanLN_FAMbyCompany" minOccurs="0" maxOccurs="1" type="BaanLN_FAMbyCompanyType">
</xs:element>
<xs:element name="BaanLN_FBS" minOccurs="0" maxOccurs="1" type="BaanLN_FBSType">
</xs:element>
<xs:element name="BaanLN_FinancialStatement" minOccurs="0" maxOccurs="1" type="BaanLN_FinancialStatementType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_ACPType">
<xs:sequence>
<xs:element name="BaanLN_rowtfacp000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_ACRType">
<xs:sequence>
<xs:element name="BaanLN_rowtfacr000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_BIAType">
<xs:sequence>
<xs:element name="BaanLN_rowtfbia000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_CostAccountingType">
<xs:sequence>
<xs:element name="BaanLN_rowtfcat000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_CMGType">
<xs:sequence>
<xs:element name="BaanLN_rowtfcmg000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_FAMbyCompanyType">
<xs:sequence>
<xs:element name="BaanLN_rowtffam000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_FBSType">
<xs:sequence>
<xs:element name="BaanLN_rowtffbs000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_FinancialStatementType">
<xs:sequence>
<xs:element name="BaanLN_rowtffst000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_TG_EnterpriseModellingType">
<xs:sequence>
<xs:element name="BaanLN_CentralDataCompany" minOccurs="0" maxOccurs="1" type="BaanLN_CentralDataCompanyType">
</xs:element>
<xs:element name="BaanLN_WorkflowTriggering" minOccurs="0" maxOccurs="1" type="BaanLN_WorkflowTriggeringType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_CentralDataCompanyType">
<xs:sequence>
<xs:element name="BaanLN_rowtgbrg000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_WorkflowTriggeringType">
<xs:sequence>
<xs:element name="BaanLN_rowtgwfm000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_TI_ManufacturingType">
<xs:sequence>
<xs:element name="BaanLN_AssemblyPlanning" minOccurs="0" maxOccurs="1" type="BaanLN_AssemblyPlanningType">
</xs:element>
<xs:element name="BaanLN_AssemblyControl" minOccurs="0" maxOccurs="1" type="BaanLN_AssemblyControlType">
</xs:element>
<xs:element name="BaanLN_ClientInstallation" minOccurs="0" maxOccurs="1" type="BaanLN_ClientInstallationType">
</xs:element>
<xs:element name="BaanLN_BOM" minOccurs="0" maxOccurs="1" type="BaanLN_BOMType">
</xs:element>
<xs:element name="BaanLN_CPR" minOccurs="0" maxOccurs="1" type="BaanLN_CPRType">
</xs:element>
<xs:element name="BaanLN_CRP" minOccurs="0" maxOccurs="1" type="BaanLN_CRPType">
</xs:element>
<xs:element name="BaanLN_EDM" minOccurs="0" maxOccurs="1" type="BaanLN_EDMType">
</xs:element>
<xs:element name="BaanLN_HRS" minOccurs="0" maxOccurs="1" type="BaanLN_HRSType">
</xs:element>
<xs:element name="BaanLN_ItemControl" minOccurs="0" maxOccurs="1" type="BaanLN_ItemControlType">
</xs:element>
<xs:element name="BaanLN_MPS" minOccurs="0" maxOccurs="1" type="BaanLN_MPSType">
</xs:element>
<xs:element name="BaanLN_MRP" minOccurs="0" maxOccurs="1" type="BaanLN_MRPType">
</xs:element>
<xs:element name="BaanLN_PCF" minOccurs="0" maxOccurs="1" type="BaanLN_PCFType">
</xs:element>
<xs:element name="BaanLN_PCS" minOccurs="0" maxOccurs="1" type="BaanLN_PCSType">
</xs:element>
<xs:element name="BaanLN_PMG" minOccurs="0" maxOccurs="1" type="BaanLN_PMGType">
</xs:element>
<xs:element name="BaanLN_ROU" minOccurs="0" maxOccurs="1" type="BaanLN_ROUType">
</xs:element>
<xs:element name="BaanLN_RPT" minOccurs="0" maxOccurs="1" type="BaanLN_RPTType">
</xs:element>
<xs:element name="BaanLN_SFC" minOccurs="0" maxOccurs="1" type="BaanLN_SFCType">
</xs:element>
<xs:element name="BaanLN_ToolsRequirementPlanning" minOccurs="0" maxOccurs="1" type="BaanLN_ToolsRequirementPlanningType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_AssemblyPlanningType">
<xs:sequence>
<xs:element name="BaanLN_rowtiapl000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_AssemblyControlType">
<xs:sequence>
<xs:element name="BaanLN_rowtiasc000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_ClientInstallationType">
<xs:sequence>
<xs:element name="BaanLN_rowtiasl000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_BOMType">
<xs:sequence>
<xs:element name="BaanLN_rowtibom000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_CPRType">
<xs:sequence>
<xs:element name="BaanLN_rowticpr000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_CRPType">
<xs:sequence>
<xs:element name="BaanLN_rowticrp000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_EDMType">
<xs:sequence>
<xs:element name="BaanLN_rowtiedm000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_HRSType">
<xs:sequence>
<xs:element name="BaanLN_rowtihra000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_ItemControlType">
<xs:sequence>
<xs:element name="BaanLN_rowtiitm000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_MPSType">
<xs:sequence>
<xs:element name="BaanLN_rowtimps000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_MRPType">
<xs:sequence>
<xs:element name="BaanLN_rowtimrp000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_PCFType">
<xs:sequence>
<xs:element name="BaanLN_rowtipcf000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_PCSType">
<xs:sequence>
<xs:element name="BaanLN_rowtipcs000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_PMGType">
<xs:sequence>
<xs:element name="BaanLN_rowtipmg000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_ROUType">
<xs:sequence>
<xs:element name="BaanLN_rowtirou000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_RPTType">
<xs:sequence>
<xs:element name="BaanLN_rowtirpt000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_SFCType">
<xs:sequence>
<xs:element name="BaanLN_rowtisfc000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_ToolsRequirementPlanningType">
<xs:sequence>
<xs:element name="BaanLN_rowtitrp000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_TP_ProjectType">
<xs:sequence>
<xs:element name="BaanLN_GeneralProjectEstimating" minOccurs="0" maxOccurs="1" type="BaanLN_GeneralProjectEstimatingType">
</xs:element>
<xs:element name="BaanLN_PredefinedCodingSystems" minOccurs="0" maxOccurs="1" type="BaanLN_PredefinedCodingSystemsType">
</xs:element>
<xs:element name="BaanLN_Contract" minOccurs="0" maxOccurs="1" type="BaanLN_ContractType">
</xs:element>
<xs:element name="BaanLN_ProjectHoursAccounting" minOccurs="0" maxOccurs="1" type="BaanLN_ProjectHoursAccountingType">
</xs:element>
<xs:element name="BaanLN_GeneralERPProject" minOccurs="0" maxOccurs="1" type="BaanLN_GeneralERPProjectType">
</xs:element>
<xs:element name="BaanLN_UserDefaults" minOccurs="0" maxOccurs="1" type="BaanLN_UserDefaultsType">
</xs:element>
<xs:element name="BaanLN_MapSessionOptionsByUser" minOccurs="0" maxOccurs="1" type="BaanLN_MapSessionOptionsByUserType">
</xs:element>
<xs:element name="BaanLN_ProjectProductionControl" minOccurs="0" maxOccurs="1" type="BaanLN_ProjectProductionControlType">
</xs:element>
<xs:element name="BaanLN_ProjectPlanning" minOccurs="0" maxOccurs="1" type="BaanLN_ProjectPlanningType">
</xs:element>
<xs:element name="BaanLN_PRC" minOccurs="0" maxOccurs="1" type="BaanLN_PRCType">
</xs:element>
<xs:element name="BaanLN_ProjectBudgetPTC" minOccurs="0" maxOccurs="1" type="BaanLN_ProjectBudgetPTCType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_GeneralProjectEstimatingType">
<xs:sequence>
<xs:element name="BaanLN_rowtpbop000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_PredefinedCodingSystemsType">
<xs:sequence>
<xs:element name="BaanLN_rowtpbop100" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_ContractType">
<xs:sequence>
<xs:element name="BaanLN_rowtpctm000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_ProjectHoursAccountingType">
<xs:sequence>
<xs:element name="BaanLN_rowtphrs000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_GeneralERPProjectType">
<xs:sequence>
<xs:element name="BaanLN_rowtppdm000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_UserDefaultsType">
<xs:sequence>
<xs:element name="BaanLN_rowtppdm001" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_MapSessionOptionsByUserType">
<xs:sequence>
<xs:element name="BaanLN_rowtppdm002" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_ProjectProductionControlType">
<xs:sequence>
<xs:element name="BaanLN_rowtpppc000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_ProjectPlanningType">
<xs:sequence>
<xs:element name="BaanLN_rowtppss000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_PRCType">
<xs:sequence>
<xs:element name="BaanLN_rowtpprc000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_ProjectBudgetPTCType">
<xs:sequence>
<xs:element name="BaanLN_rowtpptc000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_TR_TransportType">
<xs:sequence>
<xs:element name="BaanLN_ACS" minOccurs="0" maxOccurs="1" type="BaanLN_ACSType">
</xs:element>
<xs:element name="BaanLN_CDE" minOccurs="0" maxOccurs="1" type="BaanLN_CDEType">
</xs:element>
<xs:element name="BaanLN_DRP" minOccurs="0" maxOccurs="1" type="BaanLN_DRPType">
</xs:element>
<xs:element name="BaanLN_ECS" minOccurs="0" maxOccurs="1" type="BaanLN_ECSType">
</xs:element>
<xs:element name="BaanLN_HEC" minOccurs="0" maxOccurs="1" type="BaanLN_HECType">
</xs:element>
<xs:element name="BaanLN_PAC" minOccurs="0" maxOccurs="1" type="BaanLN_PACType">
</xs:element>
<xs:element name="BaanLN_TCD" minOccurs="0" maxOccurs="1" type="BaanLN_TCDType">
</xs:element>
<xs:element name="BaanLN_TCO" minOccurs="0" maxOccurs="1" type="BaanLN_TCOType">
</xs:element>
<xs:element name="BaanLN_TFC" minOccurs="0" maxOccurs="1" type="BaanLN_TFCType">
</xs:element>
<xs:element name="BaanLN_TFM" minOccurs="0" maxOccurs="1" type="BaanLN_TFMType">
</xs:element>
<xs:element name="BaanLN_TOC" minOccurs="0" maxOccurs="1" type="BaanLN_TOCType">
</xs:element>
<xs:element name="BaanLN_TOD" minOccurs="0" maxOccurs="1" type="BaanLN_TODType">
</xs:element>
<xs:element name="BaanLN_TOH" minOccurs="0" maxOccurs="1" type="BaanLN_TOHType">
</xs:element>
<xs:element name="BaanLN_TOP" minOccurs="0" maxOccurs="1" type="BaanLN_TOPType">
</xs:element>
<xs:element name="BaanLN_TRC" minOccurs="0" maxOccurs="1" type="BaanLN_TRCType">
</xs:element>
<xs:element name="BaanLN_WIC" minOccurs="0" maxOccurs="1" type="BaanLN_WICType">
</xs:element>
<xs:element name="BaanLN_WOC" minOccurs="0" maxOccurs="1" type="BaanLN_WOCType">
</xs:element>
<xs:element name="BaanLN_WRC" minOccurs="0" maxOccurs="1" type="BaanLN_WRCType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_ACSType">
<xs:sequence>
<xs:element name="BaanLN_rowtracs000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_CDEType">
<xs:sequence>
<xs:element name="BaanLN_rowtrcde000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_DRPType">
<xs:sequence>
<xs:element name="BaanLN_rowtrdrp000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_ECSType">
<xs:sequence>
<xs:element name="BaanLN_rowtrecs000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_HECType">
<xs:sequence>
<xs:element name="BaanLN_rowtrhec000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_PACType">
<xs:sequence>
<xs:element name="BaanLN_rowtrpac000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_TCDType">
<xs:sequence>
<xs:element name="BaanLN_rowtrtcd000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_TCOType">
<xs:sequence>
<xs:element name="BaanLN_rowtrtco000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_TFCType">
<xs:sequence>
<xs:element name="BaanLN_rowtrtfc000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_TFMType">
<xs:sequence>
<xs:element name="BaanLN_rowtrtfm000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_TOCType">
<xs:sequence>
<xs:element name="BaanLN_rowtrtoc000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_TODType">
<xs:sequence>
<xs:element name="BaanLN_rowtrtod000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_TOHType">
<xs:sequence>
<xs:element name="BaanLN_rowtrtoh000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_TOPType">
<xs:sequence>
<xs:element name="BaanLN_rowtrtop000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_TRCType">
<xs:sequence>
<xs:element name="BaanLN_rowtrtrc000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_WICType">
<xs:sequence>
<xs:element name="BaanLN_rowtrwic000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_WOCType">
<xs:sequence>
<xs:element name="BaanLN_rowtrwoc000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_WRCType">
<xs:sequence>
<xs:element name="BaanLN_rowtrwrc000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_TS_ServiceType">
<xs:sequence>
<xs:element name="BaanLN_ReferenceActivityManagement" minOccurs="0" maxOccurs="1" type="BaanLN_ReferenceActivityManagementType">
</xs:element>
<xs:element name="BaanLN_ConfigurationManagementParam" minOccurs="0" maxOccurs="1" type="BaanLN_ConfigurationManagementParamType">
</xs:element>
<xs:element name="BaanLN_Call" minOccurs="0" maxOccurs="1" type="BaanLN_CallType">
</xs:element>
<xs:element name="BaanLN_CTM" minOccurs="0" maxOccurs="1" type="BaanLN_CTMType">
</xs:element>
<xs:element name="BaanLN_Quotation" minOccurs="0" maxOccurs="1" type="BaanLN_QuotationType">
</xs:element>
<xs:element name="BaanLN_GeneralService" minOccurs="0" maxOccurs="1" type="BaanLN_GeneralServiceType">
</xs:element>
<xs:element name="BaanLN_SMA" minOccurs="0" maxOccurs="1" type="BaanLN_SMAType">
</xs:element>
<xs:element name="BaanLN_MaintenanceSalesControl" minOccurs="0" maxOccurs="1" type="BaanLN_MaintenanceSalesControlType">
</xs:element>
<xs:element name="BaanLN_SubcontractManagement" minOccurs="0" maxOccurs="1" type="BaanLN_SubcontractManagementType">
</xs:element>
<xs:element name="BaanLN_ServiceOrder" minOccurs="0" maxOccurs="1" type="BaanLN_ServiceOrderType">
</xs:element>
<xs:element name="BaanLN_SPC" minOccurs="0" maxOccurs="1" type="BaanLN_SPCType">
</xs:element>
<xs:element name="BaanLN_WorkOrder" minOccurs="0" maxOccurs="1" type="BaanLN_WorkOrderType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_ReferenceActivityManagementType">
<xs:sequence>
<xs:element name="BaanLN_rowtsacm000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_ConfigurationManagementParamType">
<xs:sequence>
<xs:element name="BaanLN_rowtscfg000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_CallType">
<xs:sequence>
<xs:element name="BaanLN_rowtsclm000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_CTMType">
<xs:sequence>
<xs:element name="BaanLN_rowtsctm000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_QuotationType">
<xs:sequence>
<xs:element name="BaanLN_rowtsepp000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_GeneralServiceType">
<xs:sequence>
<xs:element name="BaanLN_rowtsmdm000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_SMAType">
<xs:sequence>
<xs:element name="BaanLN_rowtssma000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_MaintenanceSalesControlType">
<xs:sequence>
<xs:element name="BaanLN_rowtsmsc000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_SubcontractManagementType">
<xs:sequence>
<xs:element name="BaanLN_rowtssbm000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_ServiceOrderType">
<xs:sequence>
<xs:element name="BaanLN_rowtssoc000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_SPCType">
<xs:sequence>
<xs:element name="BaanLN_rowtsspc000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_WorkOrderType">
<xs:sequence>
<xs:element name="BaanLN_rowtswcs000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_WH_WarehousingType">
<xs:sequence>
<xs:element name="BaanLN_InventoryAnalysis" minOccurs="0" maxOccurs="1" type="BaanLN_InventoryAnalysisType">
</xs:element>
<xs:element name="BaanLN_InventoryHandling" minOccurs="0" maxOccurs="1" type="BaanLN_InventoryHandlingType">
</xs:element>
<xs:element name="BaanLN_InventoryPlanning" minOccurs="0" maxOccurs="1" type="BaanLN_InventoryPlanningType">
</xs:element>
<xs:element name="BaanLN_InventoryReporting" minOccurs="0" maxOccurs="1" type="BaanLN_InventoryReportingType">
</xs:element>
<xs:element name="BaanLN_LotControl" minOccurs="0" maxOccurs="1" type="BaanLN_LotControlType">
</xs:element>
<xs:element name="BaanLN_MasterData" minOccurs="0" maxOccurs="1" type="BaanLN_MasterDataType">
</xs:element>
<xs:element name="BaanLN_WMSInterface" minOccurs="0" maxOccurs="1" type="BaanLN_WMSInterfaceType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_InventoryAnalysisType">
<xs:sequence>
<xs:element name="BaanLN_rowwhina000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_InventoryHandlingType">
<xs:sequence>
<xs:element name="BaanLN_rowwhinh000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_InventoryPlanningType">
<xs:sequence>
<xs:element name="BaanLN_rowwhinp000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_InventoryReportingType">
<xs:sequence>
<xs:element name="BaanLN_rowwhinr000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_LotControlType">
<xs:sequence>
<xs:element name="BaanLN_rowwhltc000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_MasterDataType">
<xs:sequence>
<xs:element name="BaanLN_rowwhwmd000" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_WMSInterfaceType">
<xs:sequence>
<xs:element name="BaanLN_rowwhwmd205" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_ConfigAppsType">
<xs:sequence>
<xs:element name="BaanLN_CompanyCommonData" minOccurs="0" maxOccurs="1" type="BaanLN_CompanyCommonDataType">
</xs:element>
<xs:element name="BaanLN_Statuses" minOccurs="0" maxOccurs="1" type="BaanLN_StatusesType">
</xs:element>
<xs:element name="BaanLN_FinancialCompanies" minOccurs="0" maxOccurs="1" type="BaanLN_FinancialCompaniesType">
</xs:element>
<xs:element name="BaanLN_FiscalEndDates" minOccurs="0" maxOccurs="1" type="BaanLN_FiscalEndDatesType">
</xs:element>
<xs:element name="BaanLN_ConfigApps1099Data" minOccurs="0" maxOccurs="1" type="BaanLN_ConfigApps1099DataType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_CompanyCommonDataType">
<xs:sequence>
<xs:element name="BaanLN_rowtcemm170" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_StatusesType">
<xs:sequence>
<xs:element name="BaanLN_rowtcmcs095" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_FinancialCompaniesType">
<xs:sequence>
<xs:element name="BaanLN_FinancialCompany" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_FiscalEndDatesType">
<xs:sequence>
<xs:element name="BaanLN_FiscalEndDate" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="BaanLN_ConfigApps1099DataType">
<xs:sequence>
<xs:element name="BaanLN_ConfigApps1099" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="CPM_ApplicationType">
<xs:sequence>
<xs:element name="CPM_WorkstationOptions" minOccurs="1" maxOccurs="1" type="CPM_WorkstationOptionsType">
</xs:element>
<xs:element name="CPM_SystemSnapshot" minOccurs="1" maxOccurs="1" type="CPM_SystemSnapshotType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="CPM_WorkstationOptionsType">
<xs:sequence>
<xs:element name="CPM_ImageLocation" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_OWCCodebase" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_DetailBudgeting" minOccurs="0" maxOccurs="1" type="CPM_DetailBudgetingType">
</xs:element>
<xs:element name="CPM_FinancialConsolidationReportDefaultPrecision" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_IcdeLeftFrameWidth" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_JournalEntryGrid" minOccurs="0" maxOccurs="1" type="CPM_JournalEntryGridType">
</xs:element>
<xs:element name="CPM_OwnershipDataEntryGrid" minOccurs="0" maxOccurs="1" type="CPM_OwnershipDataEntryGridType">
</xs:element>
<xs:element name="CPM_ConsolidatonStatusMonitor" minOccurs="0" maxOccurs="1" type="CPM_ConsolidatonStatusMonitorType">
</xs:element>
<xs:element name="CPM_MPCWebGrid" minOccurs="0" maxOccurs="1" type="CPM_MPCWebGridType">
</xs:element>
<xs:element name="CPM_JournalTimeOut" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_WsLinesGridFont" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_WsLinesNoFreeze" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_MaxWhereIdsChunkSize" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_JournalDefinitionReport" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_JournalAuditReport" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_JournalReconciliationReport" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_MatchReport" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_IcTransReport" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_Images" minOccurs="0" maxOccurs="1" type="CPM_ImagesType">
</xs:element>
<xs:element name="CPM_TreeSpacing" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_DSNMappings" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="CPM_DetailBudgetingType">
<xs:sequence>
<xs:element name="CPM_SaveOption" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_AssetsPerPage" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_FrameWidth" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_FrameBgColor" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_TopFrameHeight" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_TreeSelectColor" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_TreeHoverColor" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_ShowGuidelines" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_ShowEventGenerator" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_ShowEmployeeSummary" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_ReportFontName" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_DetailBugetingdReportFreezeColumns" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_ReportGridHeaderBGColor" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="CPM_JournalEntryGridType">
<xs:sequence>
<xs:element name="CPM_FontName" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_FontSize" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_ForeColor" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_BgColor" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_HeaderFontName" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_HeaderFontSize" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_HeaderBgColor" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_HeaderForeColor" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_LockedCellBgColor" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_GrayAreaBgColor" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_HideRowHeaders" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_HideColHeaders" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_DisplayScrollBars" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="CPM_OwnershipDataEntryGridType">
<xs:sequence>
<xs:element name="CPM_BgColor" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_ForeColor" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_LinesColor" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_HeaderBgColor" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_HeaderForeColor" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_LockedCellBgColor" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_HeaderRowHeight" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_RowHeight" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_PeriodColWidth" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_SpanCells" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_PropertiesFontSize" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_PropertiesFontName" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="CPM_ConsolidatonStatusMonitorType">
<xs:sequence>
<xs:element name="CPM_BgColor" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_CurrentStatusColor" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_ImpactedStatusColor" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_NoStatusColor" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_FontColor" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_FontName" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_FontSize" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_GridHeaderFontName" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_GridHeaderFontSize" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_GridHeaderFontColor" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_GridHeaderBGColor" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_GridDisplayScrollBars" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="CPM_MPCWebGridType">
<xs:sequence>
<xs:element name="CPM_BgColor" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_FontColor" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_FontName" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_FontSize" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_GridHeaderFontName" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_GridHeaderFontSize" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_GridHeaderFontColor" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_GridHeaderBGColor" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_GridDisplayScrollBars" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_GridLinesColor" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_GridLockedCellBgColor" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="CPM_ImagesType">
<xs:sequence>
<xs:element name="CPM_FolderClosed" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_FolderOpen" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_PostJrnCk" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_PostJrn" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_UnPostJrnCk" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_UnPostJrn" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_WorkingJrnCk" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_WorkingJrn" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="CPM_SystemSnapshotType">
<xs:sequence>
<xs:element name="CPM_SystemInformation" minOccurs="0" maxOccurs="1" type="CPM_SystemInformationType">
</xs:element>
<xs:element name="CPM_AllProcessInformation" minOccurs="0" maxOccurs="1" type="CPM_AllProcessInformationType">
</xs:element>
<xs:element name="CPM_GeneralInformation" minOccurs="0" maxOccurs="1" type="CPM_GeneralInformationType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="CPM_SystemInformationType">
<xs:sequence>
<xs:element name="CPM_SnapshotDate" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_InstallDate" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_FreePhysicalMemory" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_MaxProcessMemorySize" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_CommittedBytes" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_PoolNonpagedBytes" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_NumberOfCores" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_TotalPhysicalMemory" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="CPM_AllProcessInformationType">
<xs:sequence>
<xs:element name="CPM_ProcessInformation" minOccurs="0" maxOccurs="unbounded" type="CPM_ProcessInformationType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="CPM_ProcessInformationType">
<xs:sequence>
<xs:element name="CPM_ProcessName" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_ProcessID" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_VirtualBytes" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_VirtualBytesPeak" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_PeakWorkingSetSize" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_ThreadCount" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_ExecutablePath" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="CPM_GeneralInformationType">
<xs:sequence>
<xs:element name="CPM_NICCard" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_EnableTCPChimney" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_EnableTCPA" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_EnableRSS" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_EqlServerChannels" minOccurs="0" maxOccurs="1" type="CPM_EqlServerChannelsType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="CPM_EqlServerChannelsType">
<xs:sequence>
<xs:element name="CPM_EqlServerChannel" minOccurs="0" maxOccurs="unbounded" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="IONBI_ApplicationType">
<xs:sequence>
<xs:element name="IONBI_InstalledApplicationProducts" minOccurs="1" maxOccurs="1" type="IONBI_InstalledApplicationProductsType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="IONBI_InstalledApplicationProductsType">
<xs:sequence>
<xs:element name="IONBI_InstalledApplicationProduct" minOccurs="0" maxOccurs="unbounded" type="String7BaseType">
<xs:annotation>
<xs:documentation>
Reference to the ApplicationProduct
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IONBI_ApplicationProductVersion" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="IONBI_ApplicationProductInstallPath" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SCE_ApplicationType">
<xs:sequence>
<xs:element name="SCE_Instance" minOccurs="0" maxOccurs="1" type="SCE_InstanceType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SCE_InstanceType">
<xs:sequence>
<xs:element name="SCE_InstanceName" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_BuildNumber" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
<xs:element name="SCE_BuildVersion" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_ActivationKey" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_LicenseExpirationDate" minOccurs="0" maxOccurs="1" type="UnionType">
</xs:element>
<xs:element name="SCE_LicenseRemainingDays" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
<xs:element name="SCE_InstallAction" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_InstallType" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_WaveDateFormat" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_WebAdminUser" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_NodeCount" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
<xs:element name="SCE_NumberOfWarehouses" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
<xs:element name="SCE_SSOType" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_J2EEType" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_EncryptJbossDatasourcePasswords" minOccurs="0" maxOccurs="1" type="BooleanBaseType">
</xs:element>
<xs:element name="SCE_Database2" minOccurs="0" maxOccurs="1" type="SCE_Database2Type">
</xs:element>
<xs:element name="SCE_SMTP" minOccurs="0" maxOccurs="1" type="SCE_SMTPType">
</xs:element>
<xs:element name="SCE_SPS" minOccurs="0" maxOccurs="1" type="SCE_SPSType">
</xs:element>
<xs:element name="SCE_ESB" minOccurs="0" maxOccurs="1" type="SCE_ESBType">
</xs:element>
<xs:element name="SCE_RR" minOccurs="0" maxOccurs="1" type="SCE_RRType">
</xs:element>
<xs:element name="SCE_LanguagePack" minOccurs="0" maxOccurs="1" type="SCE_LanguagePackType">
</xs:element>
<xs:element name="SCE_Nodes" minOccurs="0" maxOccurs="1" type="SCE_NodesType">
</xs:element>
<xs:element name="SCE_PatchesDeployed" minOccurs="0" maxOccurs="unbounded" type="SCE_PatchesDeployedType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SCE_Database2Type">
<xs:sequence>
<xs:element name="SCE_DatabasePort" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
<xs:element name="SCE_DatabaseAdminSchema" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_DatabaseCustomBilling" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_DatabaseCustomLabor" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_DatabaseCustomTransportation" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_DatabaseCustomRouteRating" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_DatabaseCustomWarehouse" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_DatabaseDateFormat" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_DatabaseBuildCurrent" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_DatabaseBuildOriginal" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_DatabaseBuildPrevious" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_InstallUserDatabase" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_OracleMetaUser" minOccurs="0" maxOccurs="unbounded" type="String7BaseType">
</xs:element>
<xs:element name="SCE_OracleSourceUser" minOccurs="0" maxOccurs="unbounded" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SCE_SMTPType">
<xs:sequence>
<xs:element name="SCE_SMTPProvided" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
<xs:element name="SCE_SMTPDomainName" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_SMTPServerName" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_SMTPServerPort" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SCE_SPSType">
<xs:sequence>
<xs:element name="SCE_SPSIntegration" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
<xs:element name="SCE_SPSHost" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_SPSPort" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
<xs:element name="SCE_SPSMssqlSelected" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
<xs:element name="SCE_SPSMysqlSelected" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
<xs:element name="SCE_SPSOracleSelected" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
<xs:element name="SCE_SPSAppBuildCurrent" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_SPSAppBuildOriginal" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_SPAAppBuildPrevious" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_InstallUserAppSPS" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_SPSID" minOccurs="0" maxOccurs="1" type="SCE_SPSIDType">
</xs:element>
<xs:element name="SCE_SPSSOR" minOccurs="0" maxOccurs="1" type="SCE_SPSSORType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SCE_SPSIDType">
<xs:sequence>
<xs:element name="SCE_SPSIDDatabaseHost" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_SPSIDDatabaseName" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_SPSIDDatabasePort" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
<xs:element name="SCE_SPSIDDatabaseType" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SCE_SPSSORType">
<xs:sequence>
<xs:element name="SCE_SPSSORDatabaseHost" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_SPSSORDatabaseName" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_SPSSORDatabasePort" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
<xs:element name="SCE_SPSSORDatabaseType" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_SPSSORUserName" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SCE_ESBType">
<xs:sequence>
<xs:element name="SCE_TMESBHome" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_TMESBHost" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_TMESBHttpPort" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
<xs:element name="SCE_WMESBHome" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_WMESBHost" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_WMESBHttpPort" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SCE_RRType">
<xs:sequence>
<xs:element name="SCE_RRCzarHost" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_RRHostProvided" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
<xs:element name="SCE_RRMMHost" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_RRPCMHost" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SCE_LanguagePackType">
<xs:sequence>
<xs:element name="SCE_LanguageDefaultEnterprise" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_LanguageLocaleInstalledEnterprise" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_LanguageLocaleWarehouse" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SCE_NodesType">
<xs:sequence>
<xs:element name="SCE_Node" minOccurs="1" maxOccurs="unbounded" type="SCE_NodeType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SCE_NodeType">
<xs:sequence>
<xs:element name="SCE_NodeID" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
<xs:element name="SCE_ApacheHome" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_ApachePort" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
<xs:element name="SCE_AppComponentInstalled" minOccurs="0" maxOccurs="1" type="BooleanBaseType">
</xs:element>
<xs:element name="SCE_BackgroundPrintConfig" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
<xs:element name="SCE_BackgroundPrintHome" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_UIComponentInstalled" minOccurs="0" maxOccurs="1" type="BooleanBaseType">
</xs:element>
<xs:element name="SCE_UIDomainName" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_UIServerName" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_IONCoexists" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
<xs:element name="SCE_WM" minOccurs="0" maxOccurs="1" type="SCE_WMType">
</xs:element>
<xs:element name="SCE_Socketserver" minOccurs="0" maxOccurs="1" type="SCE_SocketserverType">
</xs:element>
<xs:element name="SCE_FacilityViewer" minOccurs="0" maxOccurs="1" type="SCE_FacilityViewerType">
</xs:element>
<xs:element name="SCE_Scheduler" minOccurs="0" maxOccurs="1" type="SCE_SchedulerType">
</xs:element>
<xs:element name="SCE_RF" minOccurs="0" maxOccurs="1" type="SCE_RFType">
</xs:element>
<xs:element name="SCE_TM" minOccurs="0" maxOccurs="1" type="SCE_TMType">
</xs:element>
<xs:element name="SCE_Labor" minOccurs="0" maxOccurs="1" type="SCE_LaborType">
</xs:element>
<xs:element name="SCE_RR" minOccurs="0" maxOccurs="1" type="SCE_RRType">
</xs:element>
<xs:element name="SCE_ExcelPlugin" minOccurs="0" maxOccurs="1" type="SCE_ExcelPluginType">
</xs:element>
<xs:element name="SCE_API" minOccurs="0" maxOccurs="1" type="SCE_APIType">
</xs:element>
<xs:element name="SCE_Billing" minOccurs="0" maxOccurs="1" type="SCE_BillingType">
</xs:element>
<xs:element name="SCE_Reports" minOccurs="0" maxOccurs="1" type="SCE_ReportsType">
</xs:element>
<xs:element name="SCE_AdminUtil" minOccurs="0" maxOccurs="1" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SCE_WMType">
<xs:sequence>
<xs:element name="SCE_WMAppDomainName" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_WM9AppConfHome" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_WM9AppHost" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_WM9AppHttpPort" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
<xs:element name="SCE_WM9AppJNDIPort" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
<xs:element name="SCE_WM9SPSReconfigureScript" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_OAHome" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_OAHost" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_OAHttpPort" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
<xs:element name="SCE_OAJNDIPort" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
<xs:element name="SCE_WM9AppWASServer" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_WM9AppWASNode" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_WM9AppWASCell" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_InstallUserAppWM9" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_InstallUserUIWM9" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_WMSAppBuildCurrent" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_WMSAppBuildOriginal" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_WMSAppBuildPrevious" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_WMSUIBuildCurrent" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_WMSUIBuildOriginal" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_WMSUIBuildPrevious" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SCE_SocketserverType">
<xs:sequence>
<xs:element name="SCE_WM9AppSocketserverPBPort" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
<xs:element name="SCE_WM9AppSocketserverRFPort" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
<xs:element name="SCE_SocketserverAppBuildCurrent" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_SocketserverAppBuildOriginal" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_SocketserverAppBuildPrevious" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_InstallUserAppSocketserver" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SCE_FacilityViewerType">
<xs:sequence>
<xs:element name="SCE_FacilityViewerHome" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_FacilityVewerHost" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_FacilityViewerHttpPort" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
<xs:element name="SCE_FacilityViewerJNDIPort" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
<xs:element name="SCE_FacilityViewerWASNode" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_FacilityViewerWASCell" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_InstallUserUIFacilityViewer" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_FacilityViewerUIBuildCurrent" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_FacilityViewerUIBuildOriginal" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_FacilityViewerUIBuildPrevious" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SCE_SchedulerType">
<xs:sequence>
<xs:element name="SCE_SchedulerAppHome" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_SchedulerAppHost" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_SchedulerAppHostFullname" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_SchedulerAppHttpPort" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
<xs:element name="SCE_SchedulerAppJNDIPort" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
<xs:element name="SCE_SchedulerAppServerHome" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_SchedulerAppBuildCurrent" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_SchedulerAppBuildOriginal" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_SchedulerAppBuildPrevious" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_SchedulerUIBuildCurrent" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_SchedulerUIBuildOriginal" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_SchedulerUIBuildPrevious" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_InstallUserAppScheduler" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_InstallUserUIScheduler" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SCE_RFType">
<xs:sequence>
<xs:element name="SCE_RFBuildCurrent" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_RFBuildOriginal" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_RFBuildPrevious" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_InstallUserRF" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SCE_TMType">
<xs:sequence>
<xs:element name="SCE_TMAppHost" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_TMAppHttpPort" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
<xs:element name="SCE_TMAppJNDIPort" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
<xs:element name="SCE_TMAppWASNode" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_TMAppWASCell" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_TMAppBuildCurrent" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_TMAppBuildOriginal" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_TMAppBuildPrevious" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_TMUIBuildCurrent" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_TMUIBuildOriginal" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_TMUIBuildPrevious" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_InstallUserAppTM" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_InstallUserUITM" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SCE_LaborType">
<xs:sequence>
<xs:element name="SCE_LaborAppHost" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_LaborAppHttpPort" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
<xs:element name="SCE_LaborAppJNDIPort" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
<xs:element name="SCE_LaborAppRMIPort" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
<xs:element name="SCE_LaborEngineJNDIName" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_LaborEngineProvider" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_InstallUserAppLabor" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_InstallUserUILabor" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_LaborUIBuildCurrent" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_LaborUIBuildOriginal" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_LaborUIBuildPrevious" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_LaborAppBuildCurrent" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_LaborAppBuildOriginal" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_LaborAppBuildPrevious" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SCE_ExcelPluginType">
<xs:sequence>
<xs:element name="SCE_ExcelPluginUIBuildCurrent" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_ExcelPluginUIBuildOriginal" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_ExcelpluginUIBuildPrevious" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_InstallUserUIExcelPlugin" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SCE_APIType">
<xs:sequence>
<xs:element name="SCE_APIAppBuildCurrent" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_APIAppBuildOriginal" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_APIAppBuildPrevious" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_InstallUserAppAPI" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SCE_BillingType">
<xs:sequence>
<xs:element name="SCE_BillingHome" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_InstallUserUIBilling" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_BillingBuildPrevious" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_BillingUIBuildCurrent" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_BillingUIBuildOriginal" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SCE_ReportsType">
<xs:sequence>
<xs:element name="SCE_ReportsHost" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_ReportsJNDIPort" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
<xs:element name="SCE_ReportsServerHttpPort" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
<xs:element name="SCE_ReportsServerURL" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_ReportsBuildCurrent" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_ReportsBuildOriginal" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_ReportsBuildPrevious" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_InstallUserReports" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SCE_PatchesDeployedType">
<xs:sequence>
<xs:element name="SCE_Patch" minOccurs="0" maxOccurs="unbounded" type="SCE_PatchType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SCE_PatchType">
<xs:sequence>
<xs:element name="SCE_Defect" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_Incident" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_Description" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SmartStream_ApplicationType">
<xs:sequence>
<xs:element name="SmartStream_InstalledEnvironment" minOccurs="0" maxOccurs="unbounded" type="SmartStream_InstalledEnvironmentType">
</xs:element>
<xs:element name="SmartStream_ApplicationPatches" minOccurs="0" maxOccurs="1" type="SmartStream_ApplicationPatchesType">
</xs:element>
<xs:element name="SmartStream_Web_ApplicationPatches" minOccurs="0" maxOccurs="1" type="SmartStream_Web_ApplicationPatchesType">
</xs:element>
<xs:element name="SmartStream_JobServers" minOccurs="0" maxOccurs="1" type="SmartStream_JobServersType">
</xs:element>
<xs:element name="SmartStream_Web" minOccurs="0" maxOccurs="1" type="SmartStream_WebType">
</xs:element>
<xs:element name="SmartStream_Databases" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SmartStream_InstalledEnvironmentType">
<xs:sequence>
<xs:element name="SmartStream_EnvironmentName" minOccurs="0" maxOccurs="1" type="SmartStream_EnvironmentNameType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SmartStream_EnvironmentNameType">
<xs:simpleContent>
<xs:extension base="String7BaseType">
<xs:attribute name="languageID" type="LanguageBaseType" use="optional">
<xs:annotation>
<xs:documentation>
This is required for language codes other than &quot;&quot;en-us&quot;&quot; when the element that includes this attribute is used.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="SmartStream_ApplicationPatchesType">
<xs:sequence>
<xs:element name="SmartStream_ApplicationPatchDetail" minOccurs="0" maxOccurs="unbounded" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SmartStream_Web_ApplicationPatchesType">
<xs:sequence>
<xs:element name="SmartStream_Web_ApplicationPatchDetail" minOccurs="0" maxOccurs="unbounded" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SmartStream_JobServersType">
<xs:sequence>
<xs:element name="SmartStream_JobServer" minOccurs="0" maxOccurs="unbounded" type="SmartStream_JobServerType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SmartStream_JobServerType">
<xs:sequence>
<xs:element name="SmartStream_Name" minOccurs="0" maxOccurs="1" type="SmartStream_NameType">
</xs:element>
<xs:element name="SmartStream_Platform" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_Type" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_Host" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_UserID" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_Path" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_ServiceNameSuffix" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SmartStream_NameType">
<xs:simpleContent>
<xs:extension base="String7BaseType">
<xs:attribute name="languageID" type="LanguageBaseType" use="optional">
<xs:annotation>
<xs:documentation>
This is required for language codes other than &quot;&quot;en-us&quot;&quot; when the element that includes this attribute is used.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="SmartStream_WebType">
<xs:sequence>
<xs:element name="SmartStream_Web_ConfigurationLastRunDateTime" minOccurs="0" maxOccurs="1" type="UnionType">
</xs:element>
<xs:element name="SmartStream_Web_ConfigurationLastRun" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_Web_ApplicationVersion" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_Web_InstallationLocation" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_Web_EnvironmentName" minOccurs="0" maxOccurs="1" type="SmartStream_Web_EnvironmentNameType">
</xs:element>
<xs:element name="SmartStream_Web_EmployeeWeb" minOccurs="0" maxOccurs="1" type="SmartStream_Web_EmployeeWebType">
</xs:element>
<xs:element name="SmartStream_Web_ION" minOccurs="0" maxOccurs="1" type="SmartStream_Web_IONType">
</xs:element>
<xs:element name="SmartStream_Web_PortalWeb" minOccurs="0" maxOccurs="1" type="SmartStream_Web_PortalWebType">
</xs:element>
<xs:element name="SmartStream_Web_VendorSelfService" minOccurs="0" maxOccurs="1" type="SmartStream_Web_VendorSelfServiceType">
</xs:element>
<xs:element name="SmartStream_Web_WebServices" minOccurs="0" maxOccurs="1" type="SmartStream_Web_WebServicesType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SmartStream_Web_EnvironmentNameType">
<xs:simpleContent>
<xs:extension base="String7BaseType">
<xs:attribute name="languageID" type="LanguageBaseType" use="optional">
<xs:annotation>
<xs:documentation>
This is required for language codes other than &quot;&quot;en-us&quot;&quot; when the element that includes this attribute is used.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="SmartStream_Web_EmployeeWebType">
<xs:sequence>
<xs:element name="SmartStream_Web_ESS_dall" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_Web_ESS_hr_common_dll" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_Web_ESS_model_dll" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_Web_ESS_batch_location" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_Web_ESS_smtp_port" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_Web_ESS_smtp_server" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_Web_databases" minOccurs="0" maxOccurs="1" type="SmartStream_Web_databasesType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SmartStream_Web_databasesType">
<xs:sequence>
<xs:element name="SmartStream_Web_database" minOccurs="0" maxOccurs="unbounded" type="SmartStream_Web_databaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SmartStream_Web_databaseType">
<xs:sequence>
<xs:element name="SmartStream_Web_database_alias" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_Web_database_host" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_Web_database_port" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SmartStream_Web_IONType">
<xs:sequence>
<xs:element name="SmartStream_Web_ION_INBOUND" minOccurs="0" maxOccurs="1" type="SmartStream_Web_ION_INBOUNDType">
</xs:element>
<xs:element name="SmartStream_Web_ION_OUTBOUND" minOccurs="0" maxOccurs="1" type="SmartStream_Web_ION_OUTBOUNDType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SmartStream_Web_ION_INBOUNDType">
<xs:sequence>
<xs:element name="SmartStream_Web_ION_dal" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_Web_ION_tenant" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_Web_ION_logicalID" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_Web_ION_schemaVersion" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_Web_ION_xsltDir" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_Web_ION_xsi" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_Web_ION_schemaLocation" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_Web_ION_xmlns" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_Web_ION_xsd" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_Web_ION_releaseID" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_Web_databases" minOccurs="0" maxOccurs="1" type="SmartStream_Web_databasesType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SmartStream_Web_ION_OUTBOUNDType">
<xs:sequence>
<xs:element name="SmartStream_Web_ION_dal" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_Web_ION_tenant" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_Web_ION_logicalID" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_Web_ION_schemaVersion" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_Web_ION_xsltDir" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_Web_ION_xsi" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_Web_ION_schemaLocation" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_Web_ION_xmlns" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_Web_ION_xsd" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_Web_ION_releaseID" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_Web_databases" minOccurs="0" maxOccurs="1" type="SmartStream_Web_databasesType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SmartStream_Web_PortalWebType">
<xs:sequence>
<xs:element name="SmartStream_Web_PortalWeb_dall" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_Web_PortalWeb_deploymentmode" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_Web_PortalWeb_webserviceurl" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_Web_PortalWeb_logicalid" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_Web_PortalWeb_timeoutredirect" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_Web_PortalWeb_vssintegratation" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_Web_PortalWeb_vssshowInvoiceLink" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_Web_PortalWeb_udakcustomization" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_Web_PortalWeb_docattach_settings" minOccurs="0" maxOccurs="1" type="SmartStream_Web_PortalWeb_docattach_settingsType">
</xs:element>
<xs:element name="SmartStream_Web_databases" minOccurs="0" maxOccurs="1" type="SmartStream_Web_databasesType">
</xs:element>
<xs:element name="SmartStream_Web_PortalWeb_Security" minOccurs="0" maxOccurs="1" type="SmartStream_Web_PortalWeb_SecurityType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SmartStream_Web_PortalWeb_docattach_settingsType">
<xs:sequence>
<xs:element name="SmartStream_Web_PortalWeb_docattach_setting" minOccurs="0" maxOccurs="unbounded" type="SmartStream_Web_PortalWeb_docattach_settingType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SmartStream_Web_PortalWeb_docattach_settingType">
<xs:sequence>
<xs:element name="SmartStream_Web_PortalWeb_docattach_applicationName" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_Web_PortalWeb_RemoveFileLinks" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_Web_PortalWeb_docattach_uploadfiles" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_Web_PortalWeb_docattach_invoiceAllowdescUpdate" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_Web_PortalWeb_docattach_invoiceAllowUDAKUpdate" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_Web_PortalWeb_docattach_invoiceshowAcctDesc1" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_Web_PortalWeb_docattach_invoiceshowAcctDesc2" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SmartStream_Web_PortalWeb_SecurityType">
<xs:sequence>
<xs:element name="SmartStream_Web_PortalWeb_Security_deploymentMethod" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_Web_PortalWeb_Security_authenticationMethod" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_Web_PortalWeb_Security_PortalURL" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_Web_PortalWeb_Security_redirect" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_Web_PortalWeb_Security_FederationMetadataLocation" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_Web_PortalWeb_Security_adfsEndPoint" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_Web_PortalWeb_Security_RPI" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_Web_PortalWeb_Security_IFSConfigurationService" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SmartStream_Web_VendorSelfServiceType">
<xs:sequence>
<xs:element name="SmartStream_Web_VendorSelfService_dall" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_Web_databases" minOccurs="0" maxOccurs="1" type="SmartStream_Web_databasesType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SmartStream_Web_WebServicesType">
<xs:sequence>
<xs:element name="SmartStream_Web_WebServices_dall" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_Web_WebServices_xslt" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SmartStream_Web_databases" minOccurs="0" maxOccurs="1" type="SmartStream_Web_databasesType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SunSystems_ApplicationType">
<xs:sequence>
<xs:element name="SunSystems_BusinessUnitGroups" minOccurs="1" maxOccurs="1" type="SunSystems_BusinessUnitGroupsType">
</xs:element>
<xs:element name="SunSystems_Reporting" minOccurs="0" maxOccurs="1" type="SunSystems_ReportingType">
</xs:element>
<xs:element name="SunSystems_Web" minOccurs="0" maxOccurs="1" type="SunSystems_WebType">
</xs:element>
<xs:element name="SunSystems_Security" minOccurs="0" maxOccurs="1" type="SunSystems_SecurityType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SunSystems_BusinessUnitGroupsType">
<xs:sequence>
<xs:element name="SunSystems_BusinessUnitGroup" minOccurs="1" maxOccurs="unbounded" type="SunSystems_BusinessUnitGroupType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SunSystems_BusinessUnitGroupType">
<xs:sequence>
<xs:element name="SunSystems_BusinessUnitGroupName" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SunSystems_BusinessUnit" minOccurs="1" maxOccurs="unbounded" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SunSystems_ReportingType">
<xs:sequence>
<xs:element name="SunSystems_InstalledCategories" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>
Installed Categories
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SunSystems_WebType">
<xs:sequence>
<xs:element name="SunSystems_InstallationLocation" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>
Installed Location of SunSystems Security
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SunSystems_SecurityType">
<xs:sequence>
<xs:element name="SunSystems_InstallationLocation" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>
Installed Location of SunSystems Security
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SunSystems_SecurityServerHost" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>
The security server host name
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SunSystems_PortNumber" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>
The port number for SunSystems Web
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SunSystems_SecurityDataBase" minOccurs="0" maxOccurs="1" type="SunSystems_SecurityDataBaseType">
<xs:annotation>
<xs:documentation>
Details of the SunSystems Security Database
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SunSystems_SecurityDataBaseType">
<xs:sequence>
<xs:element name="SunSystems_DataBaseType" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>
Installed Location of SunSystems Security
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SunSystems_DataBaseServer" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>
Server Address of the application Database (hostname)
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="SunSystems_DataBaseName" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>
Database Name
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SyteLine_ApplicationType">
<xs:sequence>
<xs:element name="SyteLine_MultiSiteEnabled" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SyteLine_CountMultiSites" minOccurs="0" maxOccurs="1" type="PositiveIntegerBaseType">
</xs:element>
<xs:element name="SyteLine_ReplicationEnabled" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SyteLine_MaxConcTskSet" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="WorkSpace_ApplicationType">
<xs:sequence>
<xs:element name="WorkSpace_Solutions" minOccurs="0" maxOccurs="1" type="WorkSpace_SolutionsType">
</xs:element>
<xs:element name="WorkSpace_SiteCollections" minOccurs="0" maxOccurs="1" type="WorkSpace_SiteCollectionsType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="WorkSpace_SolutionsType">
<xs:sequence>
<xs:element name="WorkSpace_SolutionGUID" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="WorkSpace_SolutionName" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="WorkSpace_WebApplicationName" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="WorkSpace_SiteCollectionsType">
<xs:sequence>
<xs:element name="WorkSpace_SiteCollection" minOccurs="0" maxOccurs="unbounded" type="AnyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="XM_ApplicationType">
<xs:sequence>
<xs:element name="XM_PropertyFiles" minOccurs="1" maxOccurs="1" type="XM_PropertyFilesType">
</xs:element>
<xs:element name="XM_ApplicationParameters" minOccurs="1" maxOccurs="1" type="XM_ApplicationParametersType">
</xs:element>
<xs:element name="XM_DBVersion" minOccurs="1" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="XM_PropertyFilesType">
<xs:sequence>
<xs:element name="XM_PropertyFile" minOccurs="0" maxOccurs="unbounded" type="XM_PropertyFileType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="XM_PropertyFileType">
<xs:sequence>
<xs:element name="XM_FilePath" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="XM_FileContent" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="XM_ApplicationParametersType">
<xs:sequence>
<xs:element name="XM_ApplicationParameter" minOccurs="1" maxOccurs="unbounded" type="XM_ApplicationParameterType">
</xs:element>
<xs:element name="XM_ApplicationParameterOverride" minOccurs="1" maxOccurs="unbounded" type="XM_ApplicationParameterOverrideType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="XM_ApplicationParameterType">
<xs:sequence>
<xs:element name="XM_Id" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
<xs:element name="XM_Name" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="XM_Value" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="XM_DisplayName" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="XM_Description" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="XM_AllowOverride" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
<xs:element name="XM_ActiveStatus" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
<xs:element name="XM_ChangeTimestamp" minOccurs="0" maxOccurs="1" type="UnionType">
</xs:element>
<xs:element name="XM_IsCustomerEditable" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="XM_ApplicationParameterOverrideType">
<xs:sequence>
<xs:element name="XM_OverrideId" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
<xs:element name="XM_ParameterId" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
<xs:element name="XM_OverrideValue" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="XM_OverrideDescription" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="XM_ActiveStatus" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
<xs:element name="XM_ChangeTimestamp" minOccurs="0" maxOccurs="1" type="UnionType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="IACM_ApplicationType">
<xs:sequence>
<xs:element name="IACM_ProductName" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>

                This will be name of Product like &apos;Continuous Monitoring&apos; and &apos;Certification Manager&apos; as both product resides on same server.
            
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_ServerLastRebootedDateTime" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>
Time when Application server last rebooted.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_InstallPathFolderSize" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>
Total size of install path folders.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_ApplicationServices" minOccurs="0" maxOccurs="1" type="IACM_ApplicationServicesType">
<xs:annotation>
<xs:documentation>

                The Application&apos;s windows service name, their status, memoy consumed by service and user name under context of which service is running.
            
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_Authentication" minOccurs="0" maxOccurs="1" type="IACM_AuthenticationType">
<xs:annotation>
<xs:documentation>

                Authenrication used by product like forms, windows or custom if any and its name.
            
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_SharedFolders" minOccurs="0" maxOccurs="1" type="IACM_SharedFoldersType">
<xs:annotation>
<xs:documentation>

                Folders shared by Applications. These shared folder gets used during process of data extraction.
            
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_ProxySettings" minOccurs="0" maxOccurs="1" type="IACM_ProxySettingsType">
<xs:annotation>
<xs:documentation>

                proxy setting like proxy client and its status. This node contains single value so max occurence will be 1.
            
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_IISSettings" minOccurs="0" maxOccurs="1" type="IACM_IISSettingsType">
<xs:annotation>
<xs:documentation>

                IIS setings like if SSL enabled, anonumous IIS user name or the product and its status. This node will contain single value so max occurence will be 1.
                IACM_SSLEnable gives if IIS is enabled for the HTTPS. and rest of the values contains the single value for the approva continuous monitoring.
                Duplication is not possible here.
            
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_VirtualFolderSettings" minOccurs="0" maxOccurs="1" type="IACM_VirtualFolderSettingsType">
<xs:annotation>
<xs:documentation>

                Name of virtual folders of application in IIS, integrated authentication status, status of SSL and anonymous IIS user status
            
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_DNSSettings" minOccurs="0" maxOccurs="1" type="IACM_DNSSettingsType">
<xs:annotation>
<xs:documentation>

                DNS settings like host name, IP address, full name and Accessibility
            
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="IACM_ApplicationServicesType">
<xs:sequence>
<xs:element name="IACM_ApplicationService" minOccurs="0" maxOccurs="unbounded" type="IACM_ApplicationServiceType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="IACM_ApplicationServiceType">
<xs:sequence>
<xs:element name="IACM_ServiceName" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>
 Name of product windows service name
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_ServiceStatus" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>
Status of product windows services like started/stopped
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_ServiceMemoryConsumption" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>
Memory consumed by the product windows service
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_ServiceLogOnAs" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>
User name under which product windows service is running
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="IACM_AuthenticationType">
<xs:sequence>
<xs:element name="IACM_AuthenticationName" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>
Name of product authentication like AD, CMAS or siteminder
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_IntegratedWindowsAuthentication" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>
if Integrated authentication is ON/OFF
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_CustomAuthenticationName" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>
If custom authentication if any like siteminder.
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="IACM_SharedFoldersType">
<xs:sequence>
<xs:element name="IACM_SharedFolderName" minOccurs="0" maxOccurs="unbounded" type="String7BaseType">
<xs:annotation>
<xs:documentation>

                Name of shared folder of product because If some of the folders are not shared then extaction fails.
            
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="IACM_ProxySettingsType">
<xs:sequence>
<xs:element name="IACM_ProxyServerClient" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>

                Name of proxy client on the application server.
            
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_ProxyServerStatus" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>
status of proxy server enabled/disabled
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="IACM_IISSettingsType">
<xs:sequence>
<xs:element name="IACM_SSLEnable" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>
If SSL enable in IIS on app server. Max o
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_AnonymousIISUser" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>
Name of anonymous user for the product approva continuous monitoring
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_AnonymousIISUserStatus" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>
Status if anonymous user is enabled for the product approva continuous monitoring
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="IACM_VirtualFolderSettingsType">
<xs:sequence>
<xs:element name="IACM_VirtualFolder" minOccurs="0" maxOccurs="unbounded" type="IACM_VirtualFolderType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="IACM_VirtualFolderType">
<xs:sequence>
<xs:element name="IACM_VirtualFolderName" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>
Name of virtual folders of product
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_IntegratedAuthentication" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>
Integrated Authentication for the virtual folder true/false
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_SSLEnable" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>
If SSL enable in IIS on app server. Max o
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_AnonymousIISUserAccess" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>
If anonymous user has access on the virtual folder true/false
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="IACM_DNSSettingsType">
<xs:sequence>
<xs:element name="IACM_DNSHostName" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>
Host name of application server
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_DNSIPAddress" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>
IP address of the application server
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_DNSFullName" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>
Full name of the application server
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_DNSAccessibility" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>
If the application server is accessible. true/false
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SupplierExchange_ApplicationType">
<xs:sequence>
<xs:element name="SupplierExchange_Files" minOccurs="0" maxOccurs="1" type="SupplierExchange_FilesType">
</xs:element>
<xs:element name="SupplierExchange_Server" minOccurs="0" maxOccurs="1" type="SupplierExchange_ServerType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SupplierExchange_FilesType">
<xs:sequence>
<xs:element name="SupplierExchange_File" minOccurs="0" maxOccurs="unbounded" type="SupplierExchange_FileType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SupplierExchange_FileType">
<xs:sequence>
<xs:element name="SupplierExchange_Name" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SupplierExchange_Type" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SupplierExchange_Directory" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SupplierExchange_Content" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SupplierExchange_Parameters" minOccurs="0" maxOccurs="1" type="SupplierExchange_ParametersType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SupplierExchange_ParametersType">
<xs:sequence>
<xs:element name="SupplierExchange_ParameterDetail" minOccurs="0" maxOccurs="unbounded" type="SupplierExchange_ParameterDetailType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SupplierExchange_ParameterDetailType">
<xs:simpleContent>
<xs:extension base="String7BaseType">
<xs:attribute name="name" type="String7BaseType" use="optional">
</xs:attribute>
<xs:attribute name="value" type="String7BaseType" use="optional">
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="SupplierExchange_ServerType">
<xs:sequence>
<xs:element name="SupplierExchange_ServerName" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SupplierExchange_Domain" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SupplierExchange_InstalledMemory" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SupplierExchange_SystemType" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SupplierExchange_WindowsEdition" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="AP_ApplicationType">
<xs:sequence>
<xs:element name="AP_Configuration" minOccurs="0" maxOccurs="1" type="AP_ConfigurationType">
</xs:element>
<xs:element name="AP_Logs" minOccurs="0" maxOccurs="1" type="AP_LogsType">
</xs:element>
<xs:element name="AP_ODBCDataSources" minOccurs="0" maxOccurs="1" type="AP_ODBCDataSourcesType">
</xs:element>
<xs:element name="AP_Processes" minOccurs="0" maxOccurs="1" type="AP_ProcessesType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="AP_ConfigurationType">
<xs:sequence>
<xs:element name="AP_Registry" minOccurs="0" maxOccurs="1" type="AP_RegistryType">
</xs:element>
<xs:element name="AP_File" minOccurs="0" maxOccurs="unbounded" type="AP_FileType">
</xs:element>
<xs:element name="AP_Other" minOccurs="0" maxOccurs="1" type="AP_OtherType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="AP_RegistryType">
<xs:sequence>
<xs:element name="AP_Property" minOccurs="0" maxOccurs="unbounded" type="AP_PropertyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="AP_PropertyType">
<xs:sequence>
<xs:element name="AP_Name" minOccurs="1" maxOccurs="1" type="AP_NameType">
</xs:element>
<xs:element name="AP_Value" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="AP_Status" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="AP_NameType">
<xs:simpleContent>
<xs:extension base="String7BaseType">
<xs:attribute name="languageID" type="LanguageBaseType" use="optional">
<xs:annotation>
<xs:documentation>
This is required for language codes other than &quot;&quot;en-us&quot;&quot; when the element that includes this attribute is used.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="AP_FileType">
<xs:sequence>
<xs:element name="AP_File_Name" minOccurs="1" maxOccurs="1" type="AP_File_NameType">
</xs:element>
<xs:element name="AP_File_Version" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="AP_File_Location" minOccurs="1" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="AP_File_Date_Modified" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="AP_File_Content" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="AP_File_Meta_Data" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="AP_File_NameType">
<xs:simpleContent>
<xs:extension base="String7BaseType">
<xs:attribute name="languageID" type="LanguageBaseType" use="optional">
<xs:annotation>
<xs:documentation>
This is required for language codes other than &quot;&quot;en-us&quot;&quot; when the element that includes this attribute is used.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="AP_OtherType">
<xs:sequence>
<xs:element name="AP_Property" minOccurs="0" maxOccurs="unbounded" type="AP_PropertyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="AP_LogsType">
<xs:sequence>
<xs:element name="AP_Log" minOccurs="0" maxOccurs="unbounded" type="AP_LogType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="AP_LogType">
<xs:sequence>
<xs:element name="AP_DirectoryPath" minOccurs="1" maxOccurs="1" type="AP_DirectoryPathType">
</xs:element>
<xs:element name="AP_File" minOccurs="0" maxOccurs="unbounded" type="AP_File1Type">
</xs:element>
<xs:element name="AP_Property" minOccurs="0" maxOccurs="unbounded" type="AP_PropertyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="AP_DirectoryPathType">
<xs:simpleContent>
<xs:extension base="String7BaseType">
<xs:attribute name="languageID" type="LanguageBaseType" use="optional">
<xs:annotation>
<xs:documentation>
This is required for language codes other than &quot;&quot;en-us&quot;&quot; when the element that includes this attribute is used.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="AP_File1Type">
<xs:sequence>
<xs:element name="AP_File_Name" minOccurs="1" maxOccurs="1" type="AP_File_NameType">
</xs:element>
<xs:element name="AP_File_Version" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="AP_File_Location" minOccurs="1" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="AP_File_Date_Modified" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="AP_File_Content" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="AP_File_Meta_Data" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="AP_File_Status" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="AP_ODBCDataSourcesType">
<xs:sequence>
<xs:element name="AP_ODBCDataSource" minOccurs="0" maxOccurs="unbounded" type="AP_ODBCDataSourceType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="AP_ODBCDataSourceType">
<xs:sequence>
<xs:element name="AP_DataSourceName" minOccurs="1" maxOccurs="1" type="AP_DataSourceNameType">
</xs:element>
<xs:element name="AP_Property" minOccurs="0" maxOccurs="unbounded" type="AP_PropertyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="AP_DataSourceNameType">
<xs:simpleContent>
<xs:extension base="String7BaseType">
<xs:attribute name="languageID" type="LanguageBaseType" use="optional">
<xs:annotation>
<xs:documentation>
This is required for language codes other than &quot;&quot;en-us&quot;&quot; when the element that includes this attribute is used.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="AP_ProcessesType">
<xs:sequence>
<xs:element name="AP_Process" minOccurs="0" maxOccurs="unbounded" type="AP_ProcessType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="AP_ProcessType">
<xs:sequence>
<xs:element name="AP_ProcessName" minOccurs="1" maxOccurs="1" type="AP_ProcessNameType">
</xs:element>
<xs:element name="AP_Property" minOccurs="0" maxOccurs="unbounded" type="AP_PropertyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="AP_ProcessNameType">
<xs:simpleContent>
<xs:extension base="String7BaseType">
<xs:attribute name="languageID" type="LanguageBaseType" use="optional">
<xs:annotation>
<xs:documentation>
This is required for language codes other than &quot;&quot;en-us&quot;&quot; when the element that includes this attribute is used.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="AutomotiveExchange_ApplicationType">
<xs:sequence>
<xs:element name="AutomotiveExchange_ApplicationName" minOccurs="1" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="AutomotiveExchange_Component" minOccurs="1" maxOccurs="1" type="AutomotiveExchange_ComponentType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="AutomotiveExchange_ComponentType">
<xs:sequence>
<xs:element name="AutomotiveExchange_ComponentName" minOccurs="1" maxOccurs="1" type="AutomotiveExchange_ComponentNameType">
</xs:element>
<xs:element name="AutomotiveExchange_Category" minOccurs="1" maxOccurs="unbounded" type="AutomotiveExchange_CategoryType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="AutomotiveExchange_ComponentNameType">
<xs:simpleContent>
<xs:extension base="String7BaseType">
<xs:attribute name="languageID" type="LanguageBaseType" use="optional">
<xs:annotation>
<xs:documentation>
This is required for language codes other than &quot;&quot;en-us&quot;&quot; when the element that includes this attribute is used.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="AutomotiveExchange_CategoryType">
<xs:sequence>
<xs:element name="AutomotiveExchange_CategoryName" minOccurs="1" maxOccurs="1" type="AutomotiveExchange_CategoryNameType">
</xs:element>
<xs:element name="AutomotiveExchange_CategoryEntry" minOccurs="1" maxOccurs="unbounded" type="AutomotiveExchange_CategoryEntryType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="AutomotiveExchange_CategoryNameType">
<xs:simpleContent>
<xs:extension base="String7BaseType">
<xs:attribute name="languageID" type="LanguageBaseType" use="optional">
<xs:annotation>
<xs:documentation>
This is required for language codes other than &quot;&quot;en-us&quot;&quot; when the element that includes this attribute is used.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="AutomotiveExchange_CategoryEntryType">
<xs:sequence>
<xs:element name="AutomotiveExchange_CategoryKey" minOccurs="1" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="AutomotiveExchange_CategoryValue" minOccurs="1" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="AS_ApplicationType">
<xs:sequence>
<xs:element name="AS_Settings" minOccurs="0" maxOccurs="1" type="AS_SettingsType">
</xs:element>
<xs:element name="AS_Logs" minOccurs="0" maxOccurs="1" type="AS_LogsType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="AS_SettingsType">
<xs:sequence>
<xs:element name="AS_SettingFiles" minOccurs="0" maxOccurs="1" type="AS_SettingFilesType">
</xs:element>
<xs:element name="AS_SettingProperties" minOccurs="0" maxOccurs="1" type="AS_SettingPropertiesType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="AS_SettingFilesType">
<xs:sequence>
<xs:element name="AS_File" minOccurs="0" maxOccurs="unbounded" type="AS_FileType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="AS_FileType">
<xs:sequence>
<xs:element name="AS_FileName" minOccurs="0" maxOccurs="1" type="AS_FileNameType">
</xs:element>
<xs:element name="AS_FileVersion" minOccurs="0" maxOccurs="1" type="NormalizedString8BaseType">
</xs:element>
<xs:element name="AS_FileLocation" minOccurs="0" maxOccurs="1" type="NormalizedString8BaseType">
</xs:element>
<xs:element name="AS_FileDateModified" minOccurs="0" maxOccurs="1" type="DateBaseType">
</xs:element>
<xs:element name="AS_FileContent" minOccurs="0" maxOccurs="1" type="AS_FileContentType">
</xs:element>
<xs:element name="AS_FileMetaData" minOccurs="0" maxOccurs="1" type="NormalizedString8BaseType">
</xs:element>
<xs:element name="AS_FileStatus" minOccurs="0" maxOccurs="1" type="NormalizedString8BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="AS_FileNameType">
<xs:simpleContent>
<xs:extension base="String9BaseType">
<xs:attribute name="languageID" type="Language1BaseType" use="optional">
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="AS_FileContentType">
<xs:simpleContent>
<xs:extension base="String10BaseType">
<xs:attribute name="languageID" type="Language1BaseType" use="optional">
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="AS_SettingPropertiesType">
<xs:sequence>
<xs:element name="AS_Property" minOccurs="0" maxOccurs="unbounded" type="AS_PropertyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="AS_PropertyType">
<xs:sequence>
<xs:element name="AS_Name" minOccurs="0" maxOccurs="1" type="AS_NameType">
</xs:element>
<xs:element name="AS_Value" minOccurs="0" maxOccurs="1" type="NormalizedString3BaseType">
</xs:element>
<xs:element name="AS_Status" minOccurs="0" maxOccurs="1" type="NormalizedString3BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="AS_NameType">
<xs:simpleContent>
<xs:extension base="String7BaseType">
<xs:attribute name="languageID" type="Language1BaseType" use="optional">
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="AS_LogsType">
<xs:sequence>
<xs:element name="AS_LogFiles" minOccurs="0" maxOccurs="1" type="AS_LogFilesType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="AS_LogFilesType">
<xs:sequence>
<xs:element name="AS_File" minOccurs="0" maxOccurs="unbounded" type="AS_FileType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SalesOperationsPlanning_ApplicationType">
<xs:sequence>
<xs:element name="SOP_Installer" minOccurs="0" maxOccurs="1" type="SOP_InstallerType">
</xs:element>
<xs:element name="SOP_Java" minOccurs="0" maxOccurs="1" type="SOP_JavaType">
</xs:element>
<xs:element name="SOP_BI" minOccurs="0" maxOccurs="1" type="SOP_BIType">
</xs:element>
<xs:element name="SOP_Server" minOccurs="0" maxOccurs="1" type="SOP_ServerType">
</xs:element>
<xs:element name="SOP_WebApp" minOccurs="0" maxOccurs="1" type="SOP_WebAppType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SOP_InstallerType">
<xs:sequence>
<xs:element name="SOP_File" minOccurs="0" maxOccurs="unbounded" type="SOP_FileType">
</xs:element>
<xs:element name="SOP_InstallerInput" minOccurs="0" maxOccurs="1" type="SOP_InstallerInputType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SOP_FileType">
<xs:sequence>
<xs:element name="SOP_FileName" minOccurs="0" maxOccurs="1" type="SOP_FileNameType">
</xs:element>
<xs:element name="SOP_FileVersion" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SOP_FileLocation" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SOP_FileDateModified" minOccurs="0" maxOccurs="1" type="DateBaseType">
</xs:element>
<xs:element name="SOP_FileContent" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SOP_FileMetaData" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SOP_FileStatus" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SOP_FileNameType">
<xs:simpleContent>
<xs:extension base="String7BaseType">
<xs:attribute name="languageID" type="Language1BaseType" use="optional">
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="SOP_InstallerInputType">
<xs:sequence>
<xs:element name="SOP_Property" minOccurs="0" maxOccurs="unbounded" type="SOP_PropertyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SOP_PropertyType">
<xs:sequence>
<xs:element name="SOP_Name" minOccurs="0" maxOccurs="1" type="SOP_NameType">
</xs:element>
<xs:element name="SOP_Value" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SOP_Status" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SOP_NameType">
<xs:simpleContent>
<xs:extension base="String7BaseType">
<xs:attribute name="languageID" type="Language1BaseType" use="optional">
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="SOP_JavaType">
<xs:sequence>
<xs:element name="SOP_CMD" minOccurs="0" maxOccurs="unbounded" type="SOP_CMDType">
</xs:element>
<xs:element name="SOP_Dependency" minOccurs="0" maxOccurs="unbounded" type="SOP_DependencyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SOP_CMDType">
<xs:sequence>
<xs:element name="SOP_CMD_Name" minOccurs="0" maxOccurs="1" type="SOP_CMD_NameType">
</xs:element>
<xs:element name="SOP_CMD_Exitcode" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SOP_CMD_Stdout" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SOP_CMD_Stderr" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SOP_CMD_Status" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SOP_CMD_NameType">
<xs:simpleContent>
<xs:extension base="String7BaseType">
<xs:attribute name="languageID" type="Language1BaseType" use="optional">
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="SOP_DependencyType">
<xs:sequence>
<xs:element name="SOP_File" minOccurs="0" maxOccurs="unbounded" type="SOP_FileType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SOP_BIType">
<xs:sequence>
<xs:element name="SOP_CMD" minOccurs="0" maxOccurs="unbounded" type="SOP_CMDType">
</xs:element>
<xs:element name="SOP_Property" minOccurs="0" maxOccurs="unbounded" type="SOP_PropertyType">
</xs:element>
<xs:element name="SOP_Dependency" minOccurs="0" maxOccurs="unbounded" type="SOP_DependencyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SOP_ServerType">
<xs:sequence>
<xs:element name="SOP_CMD" minOccurs="0" maxOccurs="unbounded" type="SOP_CMDType">
</xs:element>
<xs:element name="SOP_Dependency" minOccurs="0" maxOccurs="unbounded" type="SOP_DependencyType">
</xs:element>
<xs:element name="SOP_ServerConfiguration" minOccurs="0" maxOccurs="1" type="SOP_ServerConfigurationType">
</xs:element>
<xs:element name="SOP_ServerLogs" minOccurs="0" maxOccurs="1" type="SOP_ServerLogsType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SOP_ServerConfigurationType">
<xs:sequence>
<xs:element name="SOP_File" minOccurs="0" maxOccurs="unbounded" type="SOP_FileType">
</xs:element>
<xs:element name="SOP_ServerParameters" minOccurs="0" maxOccurs="1" type="SOP_ServerParametersType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SOP_ServerParametersType">
<xs:sequence>
<xs:element name="SOP_Status" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SOP_Property" minOccurs="0" maxOccurs="unbounded" type="SOP_PropertyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SOP_ServerLogsType">
<xs:sequence>
<xs:element name="SOP_File" minOccurs="0" maxOccurs="unbounded" type="SOP_FileType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SOP_WebAppType">
<xs:sequence>
<xs:element name="SOP_WebAppConfiguration" minOccurs="0" maxOccurs="1" type="SOP_WebAppConfigurationType">
</xs:element>
<xs:element name="SOP_Dependency" minOccurs="0" maxOccurs="1" type="SOP_DependencyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SOP_WebAppConfigurationType">
<xs:sequence>
<xs:element name="SOP_File" minOccurs="0" maxOccurs="unbounded" type="SOP_FileType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SCMPlanner_ApplicationType">
<xs:sequence>
<xs:element name="PLN_Installer" minOccurs="0" maxOccurs="1" type="PLN_InstallerType">
</xs:element>
<xs:element name="PLN_Server" minOccurs="0" maxOccurs="1" type="PLN_ServerType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="PLN_InstallerType">
<xs:sequence>
<xs:element name="PLN_File" minOccurs="0" maxOccurs="unbounded" type="PLN_FileType">
</xs:element>
<xs:element name="PLN_InstallerInput" minOccurs="0" maxOccurs="1" type="PLN_InstallerInputType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="PLN_FileType">
<xs:sequence>
<xs:element name="PLN_FileName" minOccurs="0" maxOccurs="1" type="PLN_FileNameType">
</xs:element>
<xs:element name="PLN_FileVersion" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="PLN_FileLocation" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="PLN_FileDateModified" minOccurs="0" maxOccurs="1" type="DateBaseType">
</xs:element>
<xs:element name="PLN_FileContent" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="PLN_FileMetaData" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="PLN_FileStatus" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="PLN_FileNameType">
<xs:simpleContent>
<xs:extension base="String7BaseType">
<xs:attribute name="languageID" type="Language1BaseType" use="optional">
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="PLN_InstallerInputType">
<xs:sequence>
<xs:element name="PLN_Property" minOccurs="0" maxOccurs="unbounded" type="PLN_PropertyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="PLN_PropertyType">
<xs:sequence>
<xs:element name="PLN_Name" minOccurs="0" maxOccurs="1" type="PLN_NameType">
</xs:element>
<xs:element name="PLN_Value" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="PLN_Status" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="PLN_NameType">
<xs:simpleContent>
<xs:extension base="String7BaseType">
<xs:attribute name="languageID" type="Language1BaseType" use="optional">
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="PLN_ServerType">
<xs:sequence>
<xs:element name="PLN_CMD" minOccurs="0" maxOccurs="unbounded" type="PLN_CMDType">
</xs:element>
<xs:element name="PLN_Dependency" minOccurs="0" maxOccurs="unbounded" type="PLN_DependencyType">
</xs:element>
<xs:element name="PLN_Registry" minOccurs="0" maxOccurs="unbounded" type="PLN_RegistryType">
</xs:element>
<xs:element name="PLN_Configuration" minOccurs="0" maxOccurs="1" type="PLN_ConfigurationType">
</xs:element>
<xs:element name="PLN_Logs" minOccurs="0" maxOccurs="1" type="PLN_LogsType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="PLN_CMDType">
<xs:sequence>
<xs:element name="PLN_CMD_Name" minOccurs="0" maxOccurs="1" type="PLN_CMD_NameType">
</xs:element>
<xs:element name="PLN_CMD_ExitCode" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="PLN_CMD_Stdout" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="PLN_CMD_Stderr" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="PLN_CMD_Status" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="PLN_CMD_NameType">
<xs:simpleContent>
<xs:extension base="String7BaseType">
<xs:attribute name="languageID" type="Language1BaseType" use="optional">
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="PLN_DependencyType">
<xs:sequence>
<xs:element name="PLN_File" minOccurs="0" maxOccurs="unbounded" type="PLN_FileType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="PLN_RegistryType">
<xs:sequence>
<xs:element name="PLN_Property" minOccurs="0" maxOccurs="unbounded" type="PLN_PropertyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="PLN_ConfigurationType">
<xs:sequence>
<xs:element name="PLN_File" minOccurs="0" maxOccurs="unbounded" type="PLN_FileType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="PLN_LogsType">
<xs:sequence>
<xs:element name="PLN_File" minOccurs="0" maxOccurs="unbounded" type="PLN_FileType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SCMITK_ApplicationType">
<xs:sequence>
<xs:element name="ITK_Installer" minOccurs="0" maxOccurs="1" type="ITK_InstallerType">
</xs:element>
<xs:element name="ITK_Ado" minOccurs="0" maxOccurs="1" type="ITK_AdoType">
</xs:element>
<xs:element name="ITK_Server" minOccurs="0" maxOccurs="1" type="ITK_ServerType">
</xs:element>
<xs:element name="ITK_Integrations" minOccurs="0" maxOccurs="1" type="ITK_IntegrationsType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ITK_InstallerType">
<xs:sequence>
<xs:element name="ITK_File" minOccurs="0" maxOccurs="unbounded" type="ITK_FileType">
</xs:element>
<xs:element name="ITK_InstallerInput" minOccurs="0" maxOccurs="1" type="ITK_InstallerInputType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ITK_FileType">
<xs:sequence>
<xs:element name="ITK_FileName" minOccurs="0" maxOccurs="1" type="ITK_FileNameType">
</xs:element>
<xs:element name="ITK_FileVersion" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="ITK_FileLocation" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="ITK_FileDateModified" minOccurs="0" maxOccurs="1" type="DateBaseType">
</xs:element>
<xs:element name="ITK_FileContent" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="ITK_FileMetaData" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="ITK_FileStatus" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ITK_FileNameType">
<xs:simpleContent>
<xs:extension base="String7BaseType">
<xs:attribute name="languageID" type="Language1BaseType" use="optional">
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="ITK_InstallerInputType">
<xs:sequence>
<xs:element name="ITK_Property" minOccurs="0" maxOccurs="unbounded" type="ITK_PropertyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ITK_PropertyType">
<xs:sequence>
<xs:element name="ITK_Name" minOccurs="0" maxOccurs="1" type="ITK_NameType">
</xs:element>
<xs:element name="ITK_Value" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="ITK_Status" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ITK_NameType">
<xs:simpleContent>
<xs:extension base="String7BaseType">
<xs:attribute name="languageID" type="Language1BaseType" use="optional">
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="ITK_AdoType">
<xs:sequence>
<xs:element name="ITK_Dependency" minOccurs="0" maxOccurs="unbounded" type="ITK_DependencyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ITK_DependencyType">
<xs:sequence>
<xs:element name="ITK_File" minOccurs="0" maxOccurs="unbounded" type="ITK_FileType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ITK_ServerType">
<xs:sequence>
<xs:element name="ITK_CMD" minOccurs="0" maxOccurs="unbounded" type="ITK_CMDType">
</xs:element>
<xs:element name="ITK_Dependency" minOccurs="0" maxOccurs="unbounded" type="ITK_DependencyType">
</xs:element>
<xs:element name="ITK_Registry" minOccurs="0" maxOccurs="unbounded" type="ITK_RegistryType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ITK_CMDType">
<xs:sequence>
<xs:element name="ITK_CMD_Name" minOccurs="0" maxOccurs="1" type="ITK_CMD_NameType">
</xs:element>
<xs:element name="ITK_CMD_ExitCode" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="ITK_CMD_Stdout" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="ITK_CMD_Stderr" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="ITK_CMD_Status" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ITK_CMD_NameType">
<xs:simpleContent>
<xs:extension base="String7BaseType">
<xs:attribute name="languageID" type="Language1BaseType" use="optional">
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="ITK_RegistryType">
<xs:sequence>
<xs:element name="ITK_Property" minOccurs="0" maxOccurs="unbounded" type="ITK_PropertyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ITK_IntegrationsType">
<xs:sequence>
<xs:element name="ITK_Integration" minOccurs="0" maxOccurs="unbounded" type="ITK_IntegrationType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ITK_IntegrationType">
<xs:sequence>
<xs:element name="ITK_Property" minOccurs="0" maxOccurs="unbounded" type="ITK_PropertyType">
</xs:element>
<xs:element name="ITK_Dependency" minOccurs="0" maxOccurs="unbounded" type="ITK_DependencyType">
</xs:element>
<xs:element name="ITK_Registry" minOccurs="0" maxOccurs="unbounded" type="ITK_RegistryType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ProductDatabasesType">
<xs:sequence>
<xs:element name="ProductDatabase" minOccurs="1" maxOccurs="unbounded" type="ProductDatabaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ProductDatabaseType">
<xs:sequence>
<xs:element name="ProductDatabaseCommon" minOccurs="0" maxOccurs="1" type="ProductDatabaseCommonType">
</xs:element>
<xs:element name="ProductDatabaseSpecific" minOccurs="0" maxOccurs="1" type="ProductDatabaseSpecificType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ProductDatabaseCommonType">
<xs:sequence>
<xs:element name="DatabaseName" minOccurs="0" maxOccurs="1" type="NormalizedString3BaseType">
<xs:annotation>
<xs:documentation>
Database Name
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DatabaseType" minOccurs="0" maxOccurs="1" type="NormalizedString3BaseType">
<xs:annotation>
<xs:documentation>
Database Product Type; Vendor e.g. Oracle, Enterprise SQL
				Server
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DatabaseVersion" minOccurs="0" maxOccurs="1" type="NormalizedString3BaseType">
<xs:annotation>
<xs:documentation>
Full version of the Database SQLServer: SELECT
				SERVERPROPERTY(&apos;productversion&apos;), SERVERPROPERTY (&apos;productlevel&apos;), SERVERPROPERTY
				(&apos;edition&apos;) Oracle: select * from v$version where banner like
				‘Oracle%’;
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DatabaseFunction" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>
Function of the database (if known); e.g. Dev, Test,
				Live
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DatabaseServer" minOccurs="0" maxOccurs="1" type="NormalizedString3BaseType">
<xs:annotation>
<xs:documentation>
Server Address of the application Database
				(hostname)
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:choice>
<xs:element name="OracleDatabaseConfiguration" minOccurs="0" maxOccurs="1" type="OracleDatabaseConfigurationType">
</xs:element>
<xs:element name="SQLServerDatabaseConfiguration" minOccurs="0" maxOccurs="1" type="SQLServerDatabaseConfigurationType">
</xs:element>
<xs:element name="SybaseDatabaseConfiguration" minOccurs="0" maxOccurs="1" type="SybaseDatabaseConfigurationType">
</xs:element>
</xs:choice>
</xs:sequence>
</xs:complexType>
<xs:complexType name="OracleDatabaseConfigurationType">
<xs:sequence>
<xs:element name="OracleInstance" minOccurs="0" maxOccurs="1" type="OracleInstanceType">
</xs:element>
<xs:element name="INITora" minOccurs="0" maxOccurs="1" type="INIToraType">
</xs:element>
<xs:element name="TableSpaceDefinitions" minOccurs="0" maxOccurs="1" type="TableSpaceDefinitionsType">
</xs:element>
<xs:element name="RedoLogs" minOccurs="0" maxOccurs="1" type="RedoLogsType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="OracleInstanceType">
<xs:sequence>
<xs:element name="TotalSystemGlobalArea" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
<xs:element name="FixedSize" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
<xs:element name="VariableSize" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
<xs:element name="DataBaseBuffers" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
<xs:element name="RedoBuffers" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="INIToraType">
<xs:sequence>
<xs:element name="ActiveInstanceCount" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
<xs:element name="AqTmProcesses" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
<xs:element name="ArchiveLagTarget" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
<xs:element name="AuditFileDest" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="AuditTrail" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BackgroundCoreDump" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="TableSpaceDefinitionsType">
<xs:sequence>
</xs:sequence>
</xs:complexType>
<xs:complexType name="RedoLogsType">
<xs:sequence>
<xs:element name="RedoLog" minOccurs="0" maxOccurs="unbounded" type="RedoLogType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="RedoLogType">
<xs:sequence>
<xs:element name="Member" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="Group" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
<xs:element name="RedoLogBytes" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
<xs:element name="RedoLogStatus" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SQLServerDatabaseConfigurationType">
<xs:sequence>
<xs:element name="DatabaseFileLocation" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="DatabaseFileSize" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>
SQL Server Size of the database file SELECT
						DB_NAME(database_id) AS DatabaseName, Name AS Logical_Name, Physical_Name,
						(size*8)/1024 SizeMB FROM sys.master_files WHERE DB_NAME(database_id) =
						&apos;%databasename%&apos; GO
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DatabaseLogLocation" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>
SQL Server Full path of the database log
						file
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DatabaseLogSize" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>
SQL Server Size of the database log file
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="TransactionLogSize" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>
SQL Server Size of the Transaction Log
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SybaseDatabaseConfigurationType">
<xs:sequence>
<xs:element name="DatabaseFileDeviceName" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>
Sybase Name of the database device
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DatabaseFileLocation" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="DatabaseFileSize" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>
SQL Server Size of the database file SELECT
						DB_NAME(database_id) AS DatabaseName, Name AS Logical_Name, Physical_Name,
						(size*8)/1024 SizeMB FROM sys.master_files WHERE DB_NAME(database_id) =
						&apos;%databasename%&apos; GO
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DatabaseLogDeviceName" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>
Sybase Name of the database device
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DatabaseLogLocation" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>
SQL Server Full path of the database log
						file
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="DatabaseLogSize" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>
SQL Server Size of the database log file
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ProductDatabaseSpecificType">
<xs:sequence>
<xs:choice>
<xs:element name="EAM_Database" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="Visual_Database" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="BaanLN_Database" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_Database" minOccurs="0" maxOccurs="1" type="CPM_DatabaseType">
</xs:element>
<xs:element name="Epiphany_Database" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="ERPLX_Database" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="Infinium_Database" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="Hansen_Database" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="EXE_Database" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="ION_Database" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="IONBI_Database" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_Database" minOccurs="0" maxOccurs="1" type="SCE_DatabaseType">
</xs:element>
<xs:element name="SmartStream_Database" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SunSystems_Database" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SXe_Database" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SyteLine_Database" minOccurs="0" maxOccurs="1" type="SyteLine_DatabaseType">
</xs:element>
<xs:element name="WorkBrain_Database" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="WorkSpace_Database" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="XA_Database" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="XM_Database" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="IACM_Database" minOccurs="0" maxOccurs="1" type="IACM_DatabaseType">
</xs:element>
<xs:element name="M3_Database" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SupplierExchange_Database" minOccurs="0" maxOccurs="1" type="SupplierExchange_DatabaseType">
</xs:element>
<xs:element name="AutomotiveExchange_Database" minOccurs="0" maxOccurs="unbounded" type="String7BaseType">
</xs:element>
<xs:element name="AS_Database" minOccurs="0" maxOccurs="1" type="AS_DatabaseType">
</xs:element>
<xs:element name="SalesOperationsPlanning_Database" minOccurs="0" maxOccurs="1" type="SalesOperationsPlanning_DatabaseType">
</xs:element>
<xs:element name="SCMPlanner_Database" minOccurs="0" maxOccurs="1" type="SCMPlanner_DatabaseType">
</xs:element>
<xs:element name="SCMITK_Database" minOccurs="0" maxOccurs="1" type="SCMITK_DatabaseType">
</xs:element>
</xs:choice>
</xs:sequence>
</xs:complexType>
<xs:complexType name="CPM_DatabaseType">
<xs:sequence>
<xs:element name="CPM_InstanceName" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_InstanceVersion" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_InstanceEdition" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_InstanceServerCollation" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_InstanceMinServerMemory" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_InstanceMaxServerMemory" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_InstanceServerAuthentication" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_DatabaseCollation" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_RecoveryModel" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_CompatibilityLevel" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_AutoClose" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_AutoShrink" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_LastDatabaseBackup" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_LastLogBackup" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_DatabaseLogStatus" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="CPM_DatabaseSize" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SCE_DatabaseType">
<xs:sequence>
<xs:element name="SCE_DatabaseInstance" minOccurs="0" maxOccurs="1" type="SCE_DatabaseInstanceType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SCE_DatabaseInstanceType">
<xs:sequence>
<xs:element name="SCE_InstanceName" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_BuildNumber" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
<xs:element name="SCE_BuildVersion" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_ActivationKey" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_LicenseExpirationDate" minOccurs="0" maxOccurs="1" type="UnionType">
</xs:element>
<xs:element name="SCE_LicenseRemainingDays" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
<xs:element name="SCE_InstallAction" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_InstallType" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_WaveDateFormat" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_WebAdminUser" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_NodeCount" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
<xs:element name="SCE_NumberOfWarehouses" minOccurs="0" maxOccurs="1" type="Integer1BaseType">
</xs:element>
<xs:element name="SCE_SSOType" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_J2EEType" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SCE_EncryptJbossDatasourcePasswords" minOccurs="0" maxOccurs="1" type="BooleanBaseType">
</xs:element>
<xs:element name="SCE_Database2" minOccurs="0" maxOccurs="1" type="SCE_Database2Type">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SyteLine_DatabaseType">
<xs:sequence>
<xs:element name="SyteLine_DatabaseInstance" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SyteLine_AutoShrinkSetting" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SyteLine_AutoUpdateSetting" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SyteLine_RecCountNextKeysTab" minOccurs="0" maxOccurs="1" type="PositiveIntegerBaseType">
</xs:element>
<xs:element name="SyteLine_RecCountDefinevariablesTab" minOccurs="0" maxOccurs="1" type="PositiveIntegerBaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="IACM_DatabaseType">
<xs:sequence>
<xs:element name="IACM_ProductName" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>

                This will be name of Product like &apos;Continuous Monitoring&apos; and &apos;Certification Manager&apos; as both product resides on same server.
            
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_DatabaseServerLastRebootedDateTime" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>
Time when database server last rebooted.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_MemoryUsedBySQLServerService" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>
Memory used by sql server service.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_MemoryUsedBySQLServerAgentService" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>

                Memory used by sq server agent service.
            
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_DatabaseServerLastBackupDate" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>

                Last backup date of Product database.
            
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_DatabaseServerLastStatisticsAndRebuildActivityDate" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>

                Last Statistics and rebuild activity date of product database.
            
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_UnusedPartitionCount" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>

                Count of unused partitions in the product database.
            
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_FailedRequestCount" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>

                Count of failed Request in database. Request is one of the feature of Continuous monitoring.
            
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_FailedWhatifCount" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>

                Count of failed WhatIfs in database. WhatIf is one of the feature of Continuous monitoring.
            
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_TablesWithMillionIdent" minOccurs="0" maxOccurs="1" type="IACM_TablesWithMillionIdentType">
<xs:annotation>
<xs:documentation>

                name of table and its current max identity if max identity is more than million.
            
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_DatabaseServerAvailableDrives" minOccurs="0" maxOccurs="1" type="IACM_DatabaseServerAvailableDrivesType">
<xs:annotation>
<xs:documentation>

                Name of drives present on the database server, space allocated to that drive and availabe space in that drive .
            
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_MemoryUtilization" minOccurs="0" maxOccurs="1" type="IACM_MemoryUtilizationType">
<xs:annotation>
<xs:documentation>

                Total and physical memory avilable on the database server.
            
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_DatabaseUtilization" minOccurs="0" maxOccurs="1" type="IACM_DatabaseUtilizationType">
<xs:annotation>
<xs:documentation>

                Total allocated sapce/size and available space.size of product database.
            
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_TempDatabaseUtilization" minOccurs="0" maxOccurs="1" type="IACM_TempDatabaseUtilizationType">
<xs:annotation>
<xs:documentation>

                Total allocated sapce/size and available space/size of temp database.
            
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_DatabaseServerCurrentProcessStatus" minOccurs="0" maxOccurs="1" type="IACM_DatabaseServerCurrentProcessStatusType">
<xs:annotation>
<xs:documentation>

                Number of pocesses in running, sleeping and waiting state on the database sever.
            
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_DatabaseServerSystemConfigurations" minOccurs="0" maxOccurs="1" type="IACM_DatabaseServerSystemConfigurationsType">
<xs:annotation>
<xs:documentation>

                Recommended setting name, recomended value and current value in the database. e.g. &apos;Collation Name&apos;,&apos;SQL_Latin1_General_CP1_CI_AS&apos;,&apos;SQL_Latin1_General_CP1_CI_AS&apos;
            
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_DatabaseServerCPUTimeConsumingQueries" minOccurs="0" maxOccurs="1" type="IACM_DatabaseServerCPUTimeConsumingQueriesType">
<xs:annotation>
<xs:documentation>

                Top 5 Time consuming queries on the product database
            
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_DatabaseServerQueriesBlockedForLongTime" minOccurs="0" maxOccurs="1" type="IACM_DatabaseServerQueriesBlockedForLongTimeType">
<xs:annotation>
<xs:documentation>

                top 5 queries blocked for long time in CPU
            
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_DatabaseServerQueriesWithMostIO" minOccurs="0" maxOccurs="1" type="IACM_DatabaseServerQueriesWithMostIOType">
<xs:annotation>
<xs:documentation>

                top 5 queries with most Input/Output operations
            
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_DatabaseServerMemoryConsumingTables" minOccurs="0" maxOccurs="1" type="IACM_DatabaseServerMemoryConsumingTablesType">
<xs:annotation>
<xs:documentation>

                name of tables which consumes most of the database space, its total records, total spaced used, spaced used by data, space used by Index and unused space.
            
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_DatabaseServerDiskUsageByRuleAnalysis" minOccurs="0" maxOccurs="1" type="IACM_DatabaseServerDiskUsageByRuleAnalysisType">
<xs:annotation>
<xs:documentation>

                This contains rule Analsysis(continuous monitoring feature) details like data id, analysis name, total spaced used, spaced used by data, space used by Index and unused space.
            
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="IACM_TablesWithMillionIdentType">
<xs:sequence>
<xs:element name="IACM_DatabaseTable" minOccurs="0" maxOccurs="1" type="IACM_DatabaseTableType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="IACM_DatabaseTableType">
<xs:sequence>
<xs:element name="IACM_TableName" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>

                Name of the table having identity more than 1 million
            
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_TableCurrentIdentity" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>

                current identity of the table
            
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="IACM_DatabaseServerAvailableDrivesType">
<xs:sequence>
<xs:element name="IACM_DatabaseServerDrive" minOccurs="0" maxOccurs="unbounded" type="IACM_DatabaseServerDriveType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="IACM_DatabaseServerDriveType">
<xs:sequence>
<xs:element name="IACM_DatabaseServerDriveName" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>

                Name of the driver on the database server
            
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_DatabaseServerDriveTotalSpace" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>

                total space allocated to the drive
            
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_DatabaseServerDriveAvailableSpace" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>

                available space on the drive
            
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="IACM_MemoryUtilizationType">
<xs:sequence>
<xs:element name="IACM_MemoryUtilizationTotalMemory" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>

                total physical memory on the database server
            
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_MemoryUtilizationAvailableMemory" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>

                available physical memory on the database server
            
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="IACM_DatabaseUtilizationType">
<xs:sequence>
<xs:element name="IACM_DatabaseUtilizationTotalSpace" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>

                total space allocated to the product databasde
            
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_DatabaseUtilizationAvailableSpace" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>

                Available space to the product databasde
            
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="IACM_TempDatabaseUtilizationType">
<xs:sequence>
<xs:element name="IACM_TempDatabaseUtilizationTotalSpace" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>

                total space allocated to the temp databasde
            
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_TempDatabaseUtilizationAvailableSpace" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>

                available space out of total allocated space to the temp databasde
            
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="IACM_DatabaseServerCurrentProcessStatusType">
<xs:sequence>
<xs:element name="IACM_DatabaseServerNumberOfProcessInRunning" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>

                number of running processes in the database server
            
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_DatabaseServerNumberOfProcessInSleeping" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>

                number of sleeping processes in the database server
            
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_DatabaseServerNumberOfProcessInWaiting" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>

                number of processes in waiting mode in the database server
            
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="IACM_DatabaseServerSystemConfigurationsType">
<xs:sequence>
<xs:element name="IACM_DatabaseServerConfiguration" minOccurs="0" maxOccurs="unbounded" type="IACM_DatabaseServerConfigurationType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="IACM_DatabaseServerConfigurationType">
<xs:sequence>
<xs:element name="IACM_DatabaseServerConfigurationName" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>

                Confuiguration name recomended for Approva products like &apos;Recovery Model&apos;,&apos;CLR Enabled&apos;
            
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_DatabaseServerRecommendedConfiguration" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>

                recommended value for the settings.
            
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_DatabaseServerCurrentConfiguration" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>

                current value for the settings.
            
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="IACM_DatabaseServerCPUTimeConsumingQueriesType">
<xs:sequence>
<xs:element name="IACM_TimeConsumingDatabaseQuery" minOccurs="0" maxOccurs="unbounded" type="IACM_TimeConsumingDatabaseQueryType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="IACM_TimeConsumingDatabaseQueryType">
<xs:sequence>
<xs:element name="IACM_TimeConsumingDatabaseQueryText" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>

                query text which takes more time to get executed.
            
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_TimeConsumingDatabaseQueryCPUInPercentage" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>

                CPU % to execute the query.
            
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_TimeConsumingDatabaseQueryWaitingInPercentage" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>

                waiting % to execute the query.
            
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_TimeConsumingDatabaseQueryTotalCPUTime" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>

                Total CPU time to execute the query.
            
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="IACM_DatabaseServerQueriesBlockedForLongTimeType">
<xs:sequence>
<xs:element name="IACM_BlockedDatabaseQuery" minOccurs="0" maxOccurs="unbounded" type="IACM_BlockedDatabaseQueryType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="IACM_BlockedDatabaseQueryType">
<xs:sequence>
<xs:element name="IACM_BlockedDatabaseQueryText" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>

                query text which takes more time to get executed.
            
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_BlockedDatabaseQueryCPUInPercentage" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>

                CPU % to execute the query.
            
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_BlockedDatabaseQueryWaitingInPercentage" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>

                waiting % to execute the query.
            
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_BlockedDatabaseQueryTotalBlockTime" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>

                total blocked time for query to get executed.
            
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="IACM_DatabaseServerQueriesWithMostIOType">
<xs:sequence>
<xs:element name="IACM_QueryWithMostIO" minOccurs="0" maxOccurs="unbounded" type="IACM_QueryWithMostIOType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="IACM_QueryWithMostIOType">
<xs:sequence>
<xs:element name="IACM_QueryWithMostIOQueryText" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>

                query text which takes more IO to get executed.
            
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_QueryWithMostIOTotalIO" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>

                Total IO to execute the query
            
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="IACM_DatabaseServerMemoryConsumingTablesType">
<xs:sequence>
<xs:element name="IACM_DatabaseServerMemoryConsumingTable" minOccurs="0" maxOccurs="unbounded" type="IACM_DatabaseServerMemoryConsumingTableType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="IACM_DatabaseServerMemoryConsumingTableType">
<xs:sequence>
<xs:element name="IACM_DatabaseServerMemoryConsumingTableName" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>

                table name which has consumed more memory
            
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_DatabaseServerMemoryConsumingTableTotalRecords" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>

                total records in the table
            
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_DatabaseServerMemoryConsumingTableTotalSpaceUsed" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>

                total spaced used by the table
            
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_DatabaseServerMemoryConsumingTableSpaceUsedByData" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>

                space used by table data
            
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_DatabaseServerMemoryConsumingTableSpaceUsedByIndex" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>

                space used by table index
            
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_DatabaseServerMemoryConsumingTableUnUsedSpace" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>

                unused space
            
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="IACM_DatabaseServerDiskUsageByRuleAnalysisType">
<xs:sequence>
<xs:element name="IACM_RuleAnalysis" minOccurs="0" maxOccurs="unbounded" type="IACM_RuleAnalysisType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="IACM_RuleAnalysisType">
<xs:sequence>
<xs:element name="IACM_RuleAnalysisDataID" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>

                data id of analysis
            
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_AnalysisName" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>

                Analaysis Name
            
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_AnalysisTotalSpaceUsed" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>

                total space used by analysis
            
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_AnalysisSpaceUsedByData" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>

                Space used by analysis data
            
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_AnalysisSpaceUsedByIndex" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>

                Space used by analysis index
            
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="IACM_AnalysisUnUsedSpace" minOccurs="0" maxOccurs="1" type="String7BaseType">
<xs:annotation>
<xs:documentation>

            unused space
        
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SupplierExchange_DatabaseType">
<xs:sequence>
<xs:element name="SupplierExchange_Tables" minOccurs="0" maxOccurs="1" type="SupplierExchange_TablesType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SupplierExchange_TablesType">
<xs:sequence>
<xs:element name="SupplierExchange_Table" minOccurs="0" maxOccurs="unbounded" type="SupplierExchange_TableType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SupplierExchange_TableType">
<xs:sequence>
<xs:element name="SupplierExchange_Name" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SupplierExchange_RowCount" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SupplierExchange_ReservedSize" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SupplierExchange_DataSize" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SupplierExchange_IndexSize" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SupplierExchange_UnusedSize" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SupplierExchange_ColumnCount" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="SupplierExchange_Columns" minOccurs="0" maxOccurs="1" type="SupplierExchange_ColumnsType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SupplierExchange_ColumnsType">
<xs:sequence>
<xs:element name="SupplierExchange_Name" minOccurs="0" maxOccurs="unbounded" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="AS_DatabaseType">
<xs:sequence>
<xs:element name="AS_DatabaseFiles" minOccurs="0" maxOccurs="1" type="AS_DatabaseFilesType">
</xs:element>
<xs:element name="AS_DatabaseProperties" minOccurs="0" maxOccurs="1" type="AS_DatabasePropertiesType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="AS_DatabaseFilesType">
<xs:sequence>
<xs:element name="AS_File" minOccurs="0" maxOccurs="unbounded" type="AS_FileType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="AS_DatabasePropertiesType">
<xs:sequence>
<xs:element name="AS_Property" minOccurs="0" maxOccurs="unbounded" type="AS_PropertyType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SalesOperationsPlanning_DatabaseType">
<xs:sequence>
<xs:element name="SOP_Table" minOccurs="0" maxOccurs="unbounded" type="SOP_TableType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SOP_TableType">
<xs:sequence>
<xs:element name="SOP_TableName" minOccurs="0" maxOccurs="1" type="SOP_TableNameType">
</xs:element>
<xs:element name="SOP_Property" minOccurs="0" maxOccurs="unbounded" type="SOP_PropertyType">
</xs:element>
<xs:element name="SOP_TableStatus" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="SOP_TableNameType">
<xs:simpleContent>
<xs:extension base="String7BaseType">
<xs:attribute name="languageID" type="Language1BaseType" use="optional">
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="SCMPlanner_DatabaseType">
<xs:sequence>
<xs:element name="PLN_Table" minOccurs="0" maxOccurs="unbounded" type="PLN_TableType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="PLN_TableType">
<xs:sequence>
<xs:element name="PLN_TableName" minOccurs="0" maxOccurs="1" type="PLN_TableNameType">
</xs:element>
<xs:element name="PLN_TableData" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="PLN_Property" minOccurs="0" maxOccurs="unbounded" type="PLN_PropertyType">
</xs:element>
<xs:element name="PLN_TableStatus" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="PLN_TableNameType">
<xs:simpleContent>
<xs:extension base="String7BaseType">
<xs:attribute name="languageID" type="Language1BaseType" use="optional">
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="SCMITK_DatabaseType">
<xs:sequence>
<xs:element name="ITK_Table" minOccurs="0" maxOccurs="unbounded" type="ITK_TableType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ITK_TableType">
<xs:sequence>
<xs:element name="ITK_TableName" minOccurs="0" maxOccurs="1" type="ITK_TableNameType">
</xs:element>
<xs:element name="ITK_TableData" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
<xs:element name="ITK_Property" minOccurs="0" maxOccurs="unbounded" type="ITK_PropertyType">
</xs:element>
<xs:element name="ITK_TableStatus" minOccurs="0" maxOccurs="1" type="String7BaseType">
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ITK_TableNameType">
<xs:simpleContent>
<xs:extension base="String7BaseType">
<xs:attribute name="languageID" type="Language1BaseType" use="optional">
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:simpleType name="NormalizedStringBaseType">
<xs:restriction base="xs:normalizedString">
<xs:maxLength value = "100"/>
<xs:minLength value = "0"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="NormalizedString1BaseType">
<xs:restriction base="xs:normalizedString">
<xs:maxLength value = "100"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="StringBaseType">
<xs:restriction base="xs:string">
<xs:maxLength value = "64"/>
<xs:minLength value = "0"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="NormalizedString2BaseType">
<xs:restriction base="xs:normalizedString">
<xs:maxLength value = "64"/>
<xs:minLength value = "0"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="NormalizedString3BaseType">
<xs:restriction base="xs:normalizedString">
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="AnyURIBaseType">
<xs:restriction base="xs:anyURI">
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="String1BaseType">
<xs:restriction base="xs:string">
<xs:maxLength value = "22"/>
<xs:minLength value = "0"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="IntegerBaseType">
<xs:restriction base="xs:integer">
<xs:totalDigits value = "22"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="AnyURI1BaseType">
<xs:restriction base="xs:anyURI">
<xs:maxLength value = "255"/>
<xs:minLength value = "0"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="String2BaseType">
<xs:restriction base="xs:string">
<xs:maxLength value = "100"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="UnionType">
<xs:union memberTypes="xs:date xs:time xs:dateTime "/>
</xs:simpleType>
<xs:simpleType name="LanguageBaseType">
<xs:restriction base="xs:language">
<xs:maxLength value = "17"/>
<xs:minLength value = "0"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="String3BaseType">
<xs:restriction base="xs:string">
<xs:maxLength value = "1024"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="NormalizedString4BaseType">
<xs:restriction base="xs:normalizedString">
<xs:maxLength value = "256"/>
<xs:minLength value = "0"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="String4BaseType">
<xs:restriction base="xs:string">
<xs:maxLength value = "10240"/>
<xs:minLength value = "0"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="NormalizedString5BaseType">
<xs:restriction base="xs:normalizedString">
<xs:maxLength value = "10"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="String5BaseType">
<xs:restriction base="xs:string">
<xs:maxLength value = "100"/>
<xs:minLength value = "0"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="NormalizedString6BaseType">
<xs:restriction base="xs:normalizedString">
<xs:maxLength value = "64"/>
<xs:minLength value = "0"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="NormalizedString7BaseType">
<xs:restriction base="xs:normalizedString">
<xs:maxLength value = "100"/>
<xs:minLength value = "0"/>
<xs:enumeration value = "Open"/>
<xs:enumeration value = "New"/>
<xs:enumeration value = "Pending"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="String6BaseType">
<xs:restriction base="xs:string">
<xs:maxLength value = "1024"/>
<xs:minLength value = "0"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="String7BaseType">
<xs:restriction base="xs:string">
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="String8BaseType">
<xs:restriction base="xs:string">
<xs:maxLength value = "22"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="DurationBaseType">
<xs:restriction base="xs:duration">
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="BooleanBaseType">
<xs:restriction base="xs:boolean">
</xs:restriction>
</xs:simpleType>
<xs:complexType name="UserAreaType">
<xs:sequence>
<xs:any namespace="##any" processContents="strict" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:simpleType name="Integer1BaseType">
<xs:restriction base="xs:integer">
</xs:restriction>
</xs:simpleType>
<xs:complexType name="AnyType">
<xs:sequence>
<xs:any namespace="##any" processContents="strict" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
<xs:simpleType name="PositiveIntegerBaseType">
<xs:restriction base="xs:positiveInteger">
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="String9BaseType">
<xs:restriction base="xs:string">
<xs:maxLength value = "256"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="Language1BaseType">
<xs:restriction base="xs:language">
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="NormalizedString8BaseType">
<xs:restriction base="xs:normalizedString">
<xs:maxLength value = "256"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="DateBaseType">
<xs:restriction base="xs:date">
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="String10BaseType">
<xs:restriction base="xs:string">
<xs:maxLength value = "10240000"/>
</xs:restriction>
</xs:simpleType>
<xs:element name="Property" type="InforUAPropertyType"/>
<xs:complexType name="InforUAPropertyType">
<xs:sequence>
<xs:element name="NameValue" minOccurs="0" maxOccurs="1" type="InforUANameValueType">
<xs:annotation>
<xs:documentation>
Is the tag and information of the new information to be passed.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Description" minOccurs="0" maxOccurs="unbounded" type="InforUADescriptionType">
<xs:annotation>
<xs:documentation>
Free form text that describes the object and repeats as needed to provide support for multilingual descriptions
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Note" minOccurs="0" maxOccurs="unbounded" type="InforUANoteType">
<xs:annotation>
<xs:documentation>
A freeform note
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="EffectiveTimePeriod" minOccurs="0" maxOccurs="1" type="InforUAEffectiveTimePeriodType">
<xs:annotation>
<xs:documentation>
Indicates the time period in which the associated component is effective.
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="sequence" type="InforUAPositiveIntegerBaseType" use="optional">
<xs:annotation>
<xs:documentation>
The sequence attribute is used for the ordering of elements within a document. It is not intended to be used as an identifier.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="listID" type="InforUANormalizedString1BaseType" use="optional">
<xs:annotation>
<xs:documentation>
This attribute contains the Code List ID for the codes that are associated with corresponding entity. Workflow Properties
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
<xs:complexType name="InforUANameValueType">
<xs:simpleContent>
<xs:extension base="InforUAStringBaseType">
<xs:attribute name="name" type="InforUANormalizedStringBaseType" use="required">
<xs:annotation>
<xs:documentation>
This is the identifier for this Property within this document.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="type" type="InforUANormalizedString1BaseType" use="optional">
<xs:annotation>
<xs:documentation>
Identifies the data type of the value of this property.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="unitCode" type="InforUANormalizedString1BaseType" use="optional">
<xs:annotation>
<xs:documentation>
The unit-of-measure (UOM) code associated with a quantity. This is based upon the ISO standard.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="unitCodeListVersionID" type="InforUANormalizedString2BaseType" use="optional">
</xs:attribute>
<xs:attribute name="currencyID" type="InforUANormalizedString3BaseType" use="optional">
<xs:annotation>
<xs:documentation>
The code for the currency associated with an amount.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="listID" type="InforUANormalizedString1BaseType" use="optional">
<xs:annotation>
<xs:documentation>
This attribute contains the Code List ID for the codes that are associated with corresponding entity.  Dimension
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="nounName" type="InforUANormalizedString2BaseType" use="optional">
</xs:attribute>
<xs:attribute name="accountingEntity" type="InforUANormalizedString4BaseType" use="optional">
<xs:annotation>
<xs:documentation>
The accounting entity that is associated with the maintenance of this instance of the noun. For objects that are maintained at the tenant level this attribute must not be included in the document.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="schemeName" type="InforUANormalizedString5BaseType" use="optional">
<xs:annotation>
<xs:documentation>
When no schemeName exists this is the default ID for the enterprise at the level where this object is maintained. The value of the ID must uniquely identify this object throughout the enterprise within the scope of the level where it is maintained (tenant, accounting entity or location). The specific values for this attribute are determined by the individual noun.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="InforUADescriptionType">
<xs:simpleContent>
<xs:extension base="InforUAString1BaseType">
<xs:attribute name="languageID" type="InforUALanguageBaseType" use="optional">
<xs:annotation>
<xs:documentation>
This is required for language codes other than &quot;&quot;en-us&quot;&quot; when the element that includes this attribute is used.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="InforUANoteType">
<xs:simpleContent>
<xs:extension base="InforUAString2BaseType">
<xs:attribute name="noteID" type="InforUANormalizedString6BaseType" use="optional">
<xs:annotation>
<xs:documentation>
An optional identifier, that when used can uniquely identify each instance of a note within a BOD. It is only unique within the context of where it is used in the document.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="use" type="InforUANormalizedString7BaseType" use="optional">
<xs:annotation>
<xs:documentation>
Indicates if the note should be published externally or if it is for internal use only. It may have the values &apos;&apos;Internal&apos;&apos; and &apos;&apos;External&apos;&apos;.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="author" type="InforUAString3BaseType" use="optional">
<xs:annotation>
<xs:documentation>
Person who created the note
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="entryDateTime" type="InforUAUnionType" use="optional">
<xs:annotation>
<xs:documentation>
Entry date and time in GMT.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="status" type="InforUAString4BaseType" use="optional">
<xs:annotation>
<xs:documentation>
Status of a note.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="type" type="InforUANormalizedString8BaseType" use="optional">
<xs:annotation>
<xs:documentation>
Indicates what type of note is being specified and is associated to an Infor defined code list, &apos;&apos;Note Types,&apos;&apos; 
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="languageID" type="InforUALanguageBaseType" use="optional">
<xs:annotation>
<xs:documentation>
This is required for language codes other than &quot;&quot;en-us&quot;&quot; when the element that includes this attribute is used.
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:complexType name="InforUAEffectiveTimePeriodType">
<xs:sequence>
<xs:element name="StartDateTime" minOccurs="0" maxOccurs="1" type="InforUAUnionType">
<xs:annotation>
<xs:documentation>
The timestamp marking the beginning of a time period during which a related entity or status is effective or applicable.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:choice>
<xs:element name="Duration" minOccurs="0" maxOccurs="1" type="InforUADurationBaseType">
<xs:annotation>
<xs:documentation>
Indicates the duration of time as represented by ISO 8601. Where the value space is a six dimensional space where the coordinates designate the Gregorian year, month, day, hour, minute, and second. The number of seconds can include decimal digits to arbitary pecision. This can be used in place of the EndDateTime, but not in conjunction with it.
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="EndDateTime" minOccurs="0" maxOccurs="1" type="InforUAUnionType">
<xs:annotation>
<xs:documentation>
Is the ending timestamp of the event. This can be used in place of the Duration, but not with it.
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:choice>
</xs:sequence>
</xs:complexType>
<xs:simpleType name="InforUAStringBaseType">
<xs:restriction base="xs:string">
<xs:maxLength value = "4000"/>
<xs:minLength value = "0"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="InforUANormalizedStringBaseType">
<xs:restriction base="xs:normalizedString">
<xs:maxLength value = "64"/>
<xs:minLength value = "0"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="InforUANormalizedString1BaseType">
<xs:restriction base="xs:normalizedString">
<xs:maxLength value = "100"/>
<xs:minLength value = "0"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="InforUANormalizedString2BaseType">
<xs:restriction base="xs:normalizedString">
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="InforUANormalizedString3BaseType">
<xs:restriction base="xs:normalizedString">
<xs:maxLength value = "100"/>
<xs:enumeration value = "AED"/>
<xs:enumeration value = "AFN"/>
<xs:enumeration value = "ALL"/>
<xs:enumeration value = "AMD"/>
<xs:enumeration value = "ANG"/>
<xs:enumeration value = "AOA"/>
<xs:enumeration value = "ARS"/>
<xs:enumeration value = "AUD"/>
<xs:enumeration value = "AWG"/>
<xs:enumeration value = "AZN"/>
<xs:enumeration value = "BAM"/>
<xs:enumeration value = "BBD"/>
<xs:enumeration value = "BDT"/>
<xs:enumeration value = "BGN"/>
<xs:enumeration value = "BHD"/>
<xs:enumeration value = "BIF"/>
<xs:enumeration value = "BMD"/>
<xs:enumeration value = "BND"/>
<xs:enumeration value = "BOB"/>
<xs:enumeration value = "BRL"/>
<xs:enumeration value = "BSD"/>
<xs:enumeration value = "BTN"/>
<xs:enumeration value = "BWP"/>
<xs:enumeration value = "BZD"/>
<xs:enumeration value = "CAD"/>
<xs:enumeration value = "CDF"/>
<xs:enumeration value = "CHF"/>
<xs:enumeration value = "CLP"/>
<xs:enumeration value = "CNY"/>
<xs:enumeration value = "COP"/>
<xs:enumeration value = "CRC"/>
<xs:enumeration value = "CUC"/>
<xs:enumeration value = "CUP"/>
<xs:enumeration value = "CVE"/>
<xs:enumeration value = "CZK"/>
<xs:enumeration value = "DJF"/>
<xs:enumeration value = "DKK"/>
<xs:enumeration value = "DOP"/>
<xs:enumeration value = "DZD"/>
<xs:enumeration value = "EGP"/>
<xs:enumeration value = "ERN"/>
<xs:enumeration value = "ETB"/>
<xs:enumeration value = "EUR"/>
<xs:enumeration value = "FJD"/>
<xs:enumeration value = "FKP"/>
<xs:enumeration value = "GBP"/>
<xs:enumeration value = "GEL"/>
<xs:enumeration value = "GGP"/>
<xs:enumeration value = "GHS"/>
<xs:enumeration value = "GIP"/>
<xs:enumeration value = "GMD"/>
<xs:enumeration value = "GNF"/>
<xs:enumeration value = "GTQ"/>
<xs:enumeration value = "GYD"/>
<xs:enumeration value = "HKD"/>
<xs:enumeration value = "HNL"/>
<xs:enumeration value = "HRK"/>
<xs:enumeration value = "HTG"/>
<xs:enumeration value = "HUF"/>
<xs:enumeration value = "IDR"/>
<xs:enumeration value = "ILS"/>
<xs:enumeration value = "IMP"/>
<xs:enumeration value = "INR"/>
<xs:enumeration value = "IQD"/>
<xs:enumeration value = "IRR"/>
<xs:enumeration value = "ISK"/>
<xs:enumeration value = "JEP"/>
<xs:enumeration value = "JMD"/>
<xs:enumeration value = "JOD"/>
<xs:enumeration value = "JPY"/>
<xs:enumeration value = "KES"/>
<xs:enumeration value = "KGS"/>
<xs:enumeration value = "KHR"/>
<xs:enumeration value = "KMF"/>
<xs:enumeration value = "KPW"/>
<xs:enumeration value = "KRW"/>
<xs:enumeration value = "KWD"/>
<xs:enumeration value = "KYD"/>
<xs:enumeration value = "KZT"/>
<xs:enumeration value = "LAK"/>
<xs:enumeration value = "LBP"/>
<xs:enumeration value = "LKR"/>
<xs:enumeration value = "LRD"/>
<xs:enumeration value = "LSL"/>
<xs:enumeration value = "LTL"/>
<xs:enumeration value = "LVL"/>
<xs:enumeration value = "LYD"/>
<xs:enumeration value = "MAD"/>
<xs:enumeration value = "MDL"/>
<xs:enumeration value = "MGA"/>
<xs:enumeration value = "MKD"/>
<xs:enumeration value = "MMK"/>
<xs:enumeration value = "MNT"/>
<xs:enumeration value = "MOP"/>
<xs:enumeration value = "MUR"/>
<xs:enumeration value = "MVR"/>
<xs:enumeration value = "MWK"/>
<xs:enumeration value = "MXN"/>
<xs:enumeration value = "MYR"/>
<xs:enumeration value = "MZN"/>
<xs:enumeration value = "NAD"/>
<xs:enumeration value = "NGN"/>
<xs:enumeration value = "NIO"/>
<xs:enumeration value = "NOK"/>
<xs:enumeration value = "NPR"/>
<xs:enumeration value = "NZD"/>
<xs:enumeration value = "OMR"/>
<xs:enumeration value = "PAB"/>
<xs:enumeration value = "PEN"/>
<xs:enumeration value = "PGK"/>
<xs:enumeration value = "PHP"/>
<xs:enumeration value = "PKR"/>
<xs:enumeration value = "PLN"/>
<xs:enumeration value = "PYG"/>
<xs:enumeration value = "QAR"/>
<xs:enumeration value = "RON"/>
<xs:enumeration value = "RSD"/>
<xs:enumeration value = "RUB"/>
<xs:enumeration value = "RWF"/>
<xs:enumeration value = "SAR"/>
<xs:enumeration value = "SBD"/>
<xs:enumeration value = "SCR"/>
<xs:enumeration value = "SDG"/>
<xs:enumeration value = "SEK"/>
<xs:enumeration value = "SGD"/>
<xs:enumeration value = "SHP"/>
<xs:enumeration value = "SLL"/>
<xs:enumeration value = "SOS"/>
<xs:enumeration value = "SPL*"/>
<xs:enumeration value = "SRD"/>
<xs:enumeration value = "SVC"/>
<xs:enumeration value = "SYP"/>
<xs:enumeration value = "SZL"/>
<xs:enumeration value = "THB"/>
<xs:enumeration value = "TJS"/>
<xs:enumeration value = "TMT"/>
<xs:enumeration value = "TND"/>
<xs:enumeration value = "TOP"/>
<xs:enumeration value = "TRY"/>
<xs:enumeration value = "TTD"/>
<xs:enumeration value = "TVD"/>
<xs:enumeration value = "TWD"/>
<xs:enumeration value = "TZS"/>
<xs:enumeration value = "UAH"/>
<xs:enumeration value = "UGX"/>
<xs:enumeration value = "USD"/>
<xs:enumeration value = "UYU"/>
<xs:enumeration value = "UZS"/>
<xs:enumeration value = "VND"/>
<xs:enumeration value = "VUV"/>
<xs:enumeration value = "WST"/>
<xs:enumeration value = "XAF"/>
<xs:enumeration value = "XCD"/>
<xs:enumeration value = "XDR"/>
<xs:enumeration value = "XOF"/>
<xs:enumeration value = "XPF"/>
<xs:enumeration value = "YER"/>
<xs:enumeration value = "ZAR"/>
<xs:enumeration value = "STN"/>
<xs:enumeration value = "BYN"/>
<xs:enumeration value = "MRU"/>
<xs:enumeration value = "SSP"/>
<xs:enumeration value = "ZMW"/>
<xs:enumeration value = "ZWL"/>
<xs:enumeration value = "VES"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="InforUANormalizedString4BaseType">
<xs:restriction base="xs:normalizedString">
<xs:maxLength value = "22"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="InforUANormalizedString5BaseType">
<xs:restriction base="xs:normalizedString">
<xs:maxLength value = "64"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="InforUAString1BaseType">
<xs:restriction base="xs:string">
<xs:maxLength value = "1024"/>
<xs:minLength value = "0"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="InforUALanguageBaseType">
<xs:restriction base="xs:language">
<xs:maxLength value = "17"/>
<xs:minLength value = "0"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="InforUAString2BaseType">
<xs:restriction base="xs:string">
<xs:maxLength value = "10240"/>
<xs:minLength value = "0"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="InforUANormalizedString6BaseType">
<xs:restriction base="xs:normalizedString">
<xs:maxLength value = "100"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="InforUANormalizedString7BaseType">
<xs:restriction base="xs:normalizedString">
<xs:maxLength value = "10"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="InforUAString3BaseType">
<xs:restriction base="xs:string">
<xs:maxLength value = "64"/>
<xs:minLength value = "0"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="InforUAUnionType">
<xs:union memberTypes="xs:date xs:time xs:dateTime "/>
</xs:simpleType>
<xs:simpleType name="InforUAString4BaseType">
<xs:restriction base="xs:string">
<xs:maxLength value = "100"/>
<xs:minLength value = "0"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="InforUANormalizedString8BaseType">
<xs:restriction base="xs:normalizedString">
<xs:maxLength value = "64"/>
<xs:minLength value = "0"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="InforUADurationBaseType">
<xs:restriction base="xs:duration">
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="InforUAPositiveIntegerBaseType">
<xs:restriction base="xs:positiveInteger">
<xs:minInclusive value = "1"/>
<xs:totalDigits value = "22"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>
