namespace | http://www.ATIS-Draft-03-00-79 | ||||
type | restriction of xs:string | ||||
used by |
|
||||
facets |
|
||||
annotation |
|
||||
source | <xs:simpleType name="LastName"> <xs:annotation> <xs:documentation> May include Latin_1 characters besides ASCII </xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:minLength value="1"/> <xs:maxLength value="25"/> </xs:restriction> </xs:simpleType> |