4.4 Structured, Unstructured and Semi-structured Data
結構化資料 (Structured Data)
非結構化資料 (Unstructured Data)
半結構化資料 (Semi-structured Data)
<items>
<item>
<name>Jackey</name>
<job>Actor</job>
<weapon>Nose</weapon>
<numberOfNoses>3</numberOfNoses>
<price>9487</price>
</item>
<item>
<name>Link</name>
<job>N/A</job>
<weapon>Sword</weapon>
<colorOfColth>green</colorOfColth>
<price>50</price>
</item>
</items>Last updated