Selasa, 11 Oktober 2011

tugas xml schema

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

<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <xs:annotation>
                                <xs:documentation>Created with EditiX (http://www.editix.com) at Wed Oct 05 08:16:02 MDT 2011</xs:documentation>
                </xs:annotation>
                <xs:element name="Peraturan_Pertanahan">
                                <xs:complexType>
                                                <xs:sequence>
                                                                <xs:element name="judul" type="xs:string"/>
                                                                <xs:element name="nomor" type="xs:string"/>
                                                                <xs:element name="tentang" type="xs:string">
                                                                                <xs:complexType>
                                                                                                <xs:sequence>
                                                                                                                <xs:element name="isi" type="xs:string"/>
                                                                                                </xs:sequence>
                                                                                </xs:complexType>
                                                                </xs:element>
                                                </xs:sequence>
                                </xs:complexType>
                </xs:element>
</xs:schema>
Visual Editornya :




























</Peraturan_Pertanahan>

Tidak ada komentar:

Posting Komentar