XML ???? XML ?? DTD? ?????.
XML ???? XML ??? ??? ?????.
XML ??? ??? XSD(XML Schema Definition)?? ??? ? ????.
XSD ?? ??/?? ???
??? XML ??? ??? ???? ?? ???? ? ?????. XML ??? ?? ????? ????? ???.
XSD ?? ??/?? ?
?? ???? ???? ?? "age"?? ??? ?????. age ?? 0?? ??? 120?? ? ? ????.
<xs:element name="age"> <xs:simpleType> <xs:restriction base="xs:integer"> <xs:minInclusive value="0"/> <xs:maxInclusive value="120"/> </xs:restriction> </xs:simpleType> </xs:element>