模式文档元素定义-创建新的简单类型 标准定义格式 <xsd: simpleType name= namestr <restriction base= source <facet value= l value "/> <facet val n value #/> </restriction> </xsd: simpleType> 其中: name:自定义的数据类型的名字 Source:基础的数据类型,如xsd: string等 facet:平面。不同的数据类型有不同的层面,如字符串类型的层面有: 模式( patten);枚举( enumeration);长度( length);最小长 度( minLength);最大长度( maxLength)等。模式文档元素定义 -创建新的简单类型 标准定义格式 <xsd:simpleType name= " nameStr " > <restriction base= " source " > <facet value= " value " / > <facet value= " value " / > … </restriction > </xsd:simpleType> 其中: name:自定义的数据类型的名字 source:基础的数据类型,如xsd:string 等 f t ace t:平面。不同的数据类型有不同的层面 不同的数据类型有不同的层面,如字符串类型的层面有 如字符串类型的层面有: 模式(patten );枚举(enumeration);长度(length);最小长 度(minLength);最大长度(maxLength)等