Skip to content

Commit

Permalink
SEDOL fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
karlkauc committed Apr 29, 2021
1 parent d8de373 commit 2c0ed5f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions FundsXML4.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -10711,12 +10711,12 @@ SOFT ... Only existing investors can buy new shares</xs:documentation>
</xs:element>
<xs:element name="SEDOL" minOccurs="0">
<xs:annotation>
<xs:documentation>Stock Exchange Daily Official List (6 chars)</xs:documentation>
<xs:documentation>Stock Exchange Daily Official List (7 chars)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:length value="6"/>
<xs:pattern value="[0-9]{6}"/>
<xs:maxLength value="7"/>
<xs:minLength value="6"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
Expand Down
6 changes: 3 additions & 3 deletions include_files/FundsXML4_Core.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,12 @@
</xs:element>
<xs:element name="SEDOL" minOccurs="0">
<xs:annotation>
<xs:documentation>Stock Exchange Daily Official List (6 chars)</xs:documentation>
<xs:documentation>Stock Exchange Daily Official List (7 chars)</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:length value="6"/>
<xs:pattern value="[0-9]{6}"/>
<xs:maxLength value="7"/>
<xs:minLength value="6"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
Expand Down

0 comments on commit 2c0ed5f

Please sign in to comment.