รบกวนดูโค๊ด xml ทีนะคะ
คือเรียนอยู่นะคะ มันสงสัยในบทเรียนเล็กน้อยอยากพยายามศึกษาก่อนมันติดเล็กๆน้อยๆ
เข้าให้ไฟล์.xmlมาแล้วให้เขียน xml schema
ไฟล์.xml
<Price>49.99</Price>
อันนี้ ลองเขียน schema
ไม่ทราบว่าถูกไหมแต่คิดว่าผิด TT
<xs:element name="Price" type="xs:string">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="[$][0-9][0-9][.][0-9][0-9]"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
เข้าให้ไฟล์.xmlมาแล้วให้เขียน xml schema
ไฟล์.xml
<Price>49.99</Price>
อันนี้ ลองเขียน schema
ไม่ทราบว่าถูกไหมแต่คิดว่าผิด TT
<xs:element name="Price" type="xs:string">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:pattern value="[$][0-9][0-9][.][0-9][0-9]"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
XML validator