The attribute "builtIn" specifies whether a sound is builtIn and is to be reference by name only and not included within the file. Since no list of built-in audio files is given, this will break a document’s portabilty, as no application but the creator will posses certain audio files.
For the sake of portabilty, this attribute should be removed. If this is not desired, provide a list and set of built-in audiofiles. As a last option, documents using this attribute should be marked as "extended" (see comments for Part 1, Section 2.6)
5.1.3.7 te
3297(3304)
Proposed Disposition of DIS 29500 Comment CO-0222 (Modified: 2008-01-03) Agreed; it should be called out that the audio file is always to be included with the file as an embedded audio file and that the builtIn attribute is to be removed from the specification. The following changes will be made: Part 4, §5.1.3.7, pages 3,2973,298 Attributes Description builtIn (Recognized Built-In Sound) Specifies whether or not this sound is a built-in sound. If this attribute is set to true then the generating application is alerted to check the name attribute specified for this sound in it’s list of built-in sounds and can then surface a custom name or UI as needed. The possible values for this attribute are defined by the XML Schema boolean datatype. Part 4, §5.1.3.7, pages 3,298, line 5 The following XML Schema fragment defines the contents of this element: <complexType name="CT_EmbeddedWAVAudioFile"> <attribute ref="r:embed" use="required"/> <attribute name="name" type="xsd:string" use="optional" default=""/> <attribute name="builtIn" type="xsd:boolean" use="optional" default="false"/> </complexType>
