Skip to content

Commit 3b5c976

Browse files
committed
switch naca restrictions to pattern
1 parent 3d9e421 commit 3b5c976

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

schema/cpacs_schema.xsd

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26081,9 +26081,8 @@ The fuel tank volume type should also be used for the wing fuel tank</xsd:docume
2608126081
</xsd:appinfo>
2608226082
</xsd:annotation>
2608326083
<xsd:simpleType>
26084-
<xsd:restriction base="xsd:token">
26085-
<xsd:length value="4"/>
26086-
<xsd:pattern value="[0-9]+"/>
26084+
<xsd:restriction base="xsd:string">
26085+
<xsd:pattern value="[0-9]{4}"/>
2608726086
</xsd:restriction>
2608826087
</xsd:simpleType>
2608926088
</xsd:element>
@@ -26101,9 +26100,8 @@ The fuel tank volume type should also be used for the wing fuel tank</xsd:docume
2610126100
</xsd:appinfo>
2610226101
</xsd:annotation>
2610326102
<xsd:simpleType>
26104-
<xsd:restriction base="xsd:token">
26105-
<xsd:length value="5"/>
26106-
<xsd:pattern value="[0-9]+"/>
26103+
<xsd:restriction base="xsd:string">
26104+
<xsd:pattern value="[0-9]{5}"/>
2610726105
</xsd:restriction>
2610826106
</xsd:simpleType>
2610926107
</xsd:element>

0 commit comments

Comments
 (0)