simpleType NACECodeType
type restriction of xs:string
properties
base xs:string
used by
elements SolvencyIIPortfolioType/QRTPortfolioInformation/FundIssuer/EconomicSector SIIPositionType/CreditRiskData/EconomicSector
facets
Kind Value Annotation
minLength 1
maxLength 7
pattern ([A-Z]{1}[0-9\.]{0,6})
annotation
documentation
NACE European code (7 positions) to identify a kind of economic activity
source <xs:simpleType name="NACECodeType">
 
<xs:annotation>
   
<xs:documentation>NACE European code (7 positions) to identify a kind of economic activity</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="1"/>
   
<xs:maxLength value="7"/>
   
<xs:pattern value="([A-Z]{1}[0-9\.]{0,6})"/>
 
</xs:restriction>
</xs:simpleType>


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