File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments