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
appinfo
<altova:exampleValues>
<altova:example value="A"/>
<altova:example value="C2.3.1"/>
<altova:example value="N78.1"/>
<altova:example value="N82.1.3"/>
</altova:exampleValues>
source <xs:simpleType name="NACECodeType">
 
<xs:annotation>
   
<xs:documentation>NACE European code (7 positions) to identify a kind of economic activity</xs:documentation>
   
<xs:appinfo>
     
<altova:exampleValues>
       
<altova:example value="A"/>
       
<altova:example value="C2.3.1"/>
       
<altova:example value="N78.1"/>
       
<altova:example value="N82.1.3"/>
     
</altova:exampleValues>
   
</xs:appinfo>
 
</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