| type | restriction of xs:string | ||||
| used by |
|
||||
| facets |
|
||||
| annotation |
|
||||
| source | <xs:simpleType name="TipoPessoa"> <xs:annotation> <xs:documentation>Tipos de pessoa.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="Física"/> <xs:enumeration value="Jurídica"/> </xs:restriction> </xs:simpleType> |