POLITECHNIKA RZESZOWSKA - Wydział Elektrotechniki i Informatyki
<xad:schema xmlns:X3=”http://www.w3.org/2001/XMLSchema”> <!— definition of simple elements —>
<xsd:element' name="name" type="xsd:string"/>
<xsd:element name="address" type="x3d:string”/>
<!— definition of attributes —>
<xsd:attribute name="orderid" type="x3d:3tring"/>
<!— definition of complex element3 —>
<xad:element name=”3hipto">
<xsd:complexType>
<xsd:sequence>
<x3d:element ref^"name”/>
<x3d:element ref=''address"/>
</xsd:3equence>
<xsd:attribute ref="orderid" u3e="required''/> </xsd:complexType>
</xsd:element>
</X3d:3chema>