simpleType CUSIPType
namespace http://www.fundsxml.org/XMLSchema/3.2.1
type restriction of xs:string
properties
base xs:string
used by
element SecurityCodesType/CUSIP
facets
Kind Value Annotation
length 9
pattern [A-Za-z0-9]{8}[0-9]+
annotation
documentation
"CUSIP" : The code developed by the Committee on Uniform Security Identification Procedures. The 9-character alphanumeric CUSIP code identifies any North American security for the purposes of facilitating clearing and settlement of trades. The CUSIP distribution system is owned by the American Bankers Association and is operated by Standard and Poor's.
source <xs:simpleType name="CUSIPType">
 
<xs:annotation>
   
<xs:documentation>"CUSIP" : The code developed by the Committee on Uniform Security Identification Procedures. The 9-character alphanumeric CUSIP code identifies any North American security for the purposes of facilitating clearing and settlement of trades. The CUSIP distribution system is owned by the American Bankers Association and is operated by Standard and Poor's.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:length value="9"/>
   
<xs:pattern value="[A-Za-z0-9]{8}[0-9]+"/>
 
</xs:restriction>
</xs:simpleType>


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