WG4-0002: I'm confused

MURATA Makoto (FAMILY Given) eb2m-mrt at asahi-net.or.jp
Thu Feb 4 05:37:10 CET 2010


Dear colleagues,

I'm confused. 

The draft minutes contain "Wg4 agreed that the Part 4 description needed
minor editing to implement properly the intent of the DR resolution to
allow 1-9% as well."

I thought that I only have to fix schema bugs.  But prose in 
the current draft of the Part1 FDAM certainly disallows 1-9%.
Should we change the prose and schema fragments so that 
1-9% is always disallosed?

I scanned the DR Log, but I cannot find any DRs for allowing 
1-9%.

Part 1 FPDAM1

#278

This simple type specifies that its contents contain a percentage between 
10% and 90%. 
 
The simple type’s contents shall match the following regular expression 
pattern: 0*(([1-8][0-9])|90)%.

#342

	<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>

#394

dchrt_ST_HoleSizePercent =
  xsd:string { pattern = "0*([1-9]|([1-8][0-9])|90)%" }

Part 4 FPDAM1

#282

	<xsd:simpleType name="ST_HoleSizePercent">
		<xsd:restriction base="xsd:string">
			<xsd:pattern value="0*(([1-8][0-9])|90)%"/>
		</xsd:restriction>
	</xsd:simpleType>


#311
dchrt_ST_HoleSizePercent =
  xsd:string { pattern = "0*(([1-8][0-9])|90)%" }



Cheers,
Makoto


More information about the sc34wg4 mailing list