simpleType OffenderNatureType
namespace http://fifa.com/fc
type restriction of fc:String
properties
base fc:String
used by
attribute CaseType/@OffenderNature
facets
Kind Value Annotation
enumeration Person
enumeration Organisation
annotation
documentation
Type of the offender. It can be natural person (person) or legal person (organisation)
source <xsd:simpleType name="OffenderNatureType">
 
<xsd:annotation>
   
<xsd:documentation>Type of the offender. It can be natural person (person) or legal person (organisation)</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="fc:String">
   
<xsd:enumeration value="Person"/>
   
<xsd:enumeration value="Organisation"/>
 
</xsd:restriction>
</xsd:simpleType>


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