namespace | http://www.IM-Draft-03-00-44a | ||||
type | restriction of xs:string | ||||
used by |
|
||||
facets |
|
||||
annotation |
|
||||
source | <xs:simpleType name="TypeReq"> <xs:annotation> <xs:documentation> the name of the database or dictionary to be used (eg NAERG2000) </xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:minLength value="0"/> <xs:maxLength value="250"/> </xs:restriction> </xs:simpleType> |