Shema: kaj je shema XML?
Shema XML:
– Je datoteka v zapisu XML.
– Specifikacija poslovnega dokumenta XML.
- Opisuje vsebino dokumenta XML.
- Opisuje strukturo dokumenta XML.
- Opisuje relacijski model podatkov v dokumentu XML.
– Preverja pravilnost dokumenta XML.
Sheme: neposredni opis
Opisno: Rok plačila je dne 8 maj leta 2001.
Element v zapisu XML:
<PaymentDueDate>
<Date_Time>
<Date>20010508</Date>
<Date_Format>YYYYMMDD</Date_Format>
</Date_Time>
</PaymnetDueDate>

Shema: Primer
<?xml version="1.0" encoding="UTF-8"?>
<!--BizTalk Schema generated by XML Spy v3.0.7 NT (http://www.xmlspy.com)-->
<?xml-stylesheet href="http://schemas.biztalk.org/BizTalk/g9boxjl2.xsl" type="text/xsl"?>
<Schema name="Untitled-schema" xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes">
<ElementType name="Date" model="closed" content="textOnly" dt:type="i4"/>
<ElementType name="Date_Format" model="closed" content="textOnly" dt:type="string"/>
<ElementType name="Date_Time" model="closed" content="eltOnly" order="seq">
<element type="Date" minOccurs="1" maxOccurs="1"/>
<element type="Date_Format" minOccurs="1" maxOccurs="1"/>
</ElementType>
<ElementType name="Delivery" model="closed" content="eltOnly" order="seq">
<AttributeType name="xmlns" dt:type="string"/>
<attribute type="xmlns"/>
<element type="Date_Time" minOccurs="1" maxOccurs="1"/>
</ElementType>
</Schema>
Sheme: XSLT in XSL transformacije
