simpleType EconomicArea2Type
type restriction of xs:int
properties
base xs:int
used by
elements CreditRiskDataType/EconomicArea SolvencyIIPortfolioType/QRTPortfolioInformation/IssuerEconomicArea
facets
Kind Value Annotation
minInclusive 1
maxInclusive 3
annotation
documentation
SII Economic area of a country
source <xs:simpleType name="EconomicArea2Type">
 
<xs:annotation>
   
<xs:documentation>SII Economic area of a country</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:int">
   
<xs:minInclusive value="1"/>
   
<xs:maxInclusive value="3"/>
 
</xs:restriction>
</xs:simpleType>


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