cancel
Showing results for 
Search instead for 
Did you mean: 

SAP MII XML schema

Former Member
0 Kudos

Hi All,

Does any one knows whether there is a default schema associated with the SAP MII XML.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hey..

This is the default schema:

<Rowsets>

<Rowset>

<Columns>

<Column Name="Item" SourceColumn="Item" Description="Item" SQLDataType="1"MinRange="0" MaxRange="0" />

</Columns>

<Row>

<Item>Alarm Description</Item>

</Row>

<Row>

<Item> 2003-07-01T17:47:18</Item>

</Row>

</Rowset>

</Rowsets>

Best Regards,

Kedar

Edited by: Kedar Shewalkar on Jul 28, 2011 9:56 AM

Former Member
0 Kudos

Hi Kedar,

I need the namespace of the SAP MII XML schema

where the elements and data of SAP xMII xml are defined.

for example

<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">

Former Member
0 Kudos

Hi Sireesha,

I found this SAP note: http://service.sap.com/sap/support/notes/1772274

maybe you could find answer in it.

Why do you search for the xml schema?

Best regards

Denitsa