【COMP207 LEC24】

LEC24

XML Schema

Positive:

  • Defined in XML

  • Give bounds on number of occurrences

  • Can do unordered sets

  • Can do more precise references

  • More complex simple data types

Negative:

  • The syntax is heavy

【COMP207 LEC24】_第1张图片
【COMP207 LEC24】_第2张图片
  1.   变成  就是 让code和title come in any order

  1. minOccurs = "10" maxOccurs = "20"/ 就是规定教师数量在10和20之间

【COMP207 LEC24】_第3张图片

pattern value 就是规定数据的形式,这里的意思是:07开头,0-9选三个+空格+0-9选六位数

Attributes in XML Schema

变成:

Keys in XML Schema

【COMP207 LEC24】_第4张图片

你可能感兴趣的:(COMP207,学习)