ST_HoleSizePercent in Part1 FPDAM1 and Part 4 FPDAM1
MURATA Makoto (FAMILY Given)
eb2m-mrt at asahi-net.or.jp
Wed Jan 13 02:24:46 CET 2010
Why are ST_HoleSizePercent in Part1 FPDAM1 and that in Part 4 FPDAM1
different?
Strict
<xsd:simpleType name="ST_HoleSizePercent">
<xsd:restriction base="xsd:string">
<xsd:pattern value="0*([1-9]|([1-8][0-9])|90)%"/>
</xsd:restriction>
</xsd:simpleType>
Transitional
<xsd:simpleType name="ST_HoleSizePercent">
<xsd:restriction base="xsd:string">
<xsd:pattern value="0*(([1-8][0-9])|90)%"/>
</xsd:restriction>
</xsd:simpleType>
Cheers,
Makoto
More information about the sc34wg4
mailing list