All about XML
输入您的搜索字词
提交搜索表单
Web
allaboutxml.blogspot.com
Labels
SimpleType
(11)
XSD
(2)
XSD DataTypes
(21)
Followers
Blog Archive
▼
2008
(34)
▼
October
(11)
xs:union
xs:list
xs:fractionDigits
xs:totalDigits
xs:minExclusive 和 xs:minInclusive
xs:maxExclusive 和xs:maxInclusive
xs:pattern
xs:maxLength和xs:minLength
xs:length
xs:enumeration
XSD 中的Restriction
►
September
(23)
About Me
Eric Laird
View my complete profile
Tuesday, October 7, 2008
xs:length
xs:length 用来限制元素的长度
比如:
<xs:simpleType name="standardNotations">
<xs:restriction base="xs:string">
<xs:length value="8"/>
</xs:restriction>
</xs:simpleType>
他定义了这个字符串的长度只能是8位
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment