simpleType TipoPessoa
type restriction of xs:string
used by
elements Pessoa/tipoPessoa PessoaResumo/tipoPessoa
facets
enumeration Física
enumeration Jurídica
annotation
documentation
Tipos de pessoa.
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>


XML Schema documentation generated by
XMLSpy Schema Editor http://www.altova.com/xmlspy