simpleType CICCodeType
type restriction of xs:string
properties
base xs:string
used by
elements SolvencyIIPortfolioType/QRTPortfolioInformation/FundCIC SIIPositionType/InstrumentCIC SIIPositionType/DerivativeOrConvertible/UnderlyingInstrument/InstrumentCIC
facets
Kind Value Annotation
minLength 4
maxLength 4
annotation
documentation
CIC code (4 positions) to identify a kind of security
source <xs:simpleType name="CICCodeType">
 
<xs:annotation>
   
<xs:documentation>CIC code (4 positions) to identify a kind of security</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:minLength value="4"/>
   
<xs:maxLength value="4"/>
 
</xs:restriction>
</xs:simpleType>


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