<xsd:complexType name="CT_EmbeddedWAVAudioFile">
<xsd:attribute ref="r:embed" use="required">
<xsd:annotation>
<xsd:documentation>Embedded Audio File Relationship ID</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="name" type="xsd:string" use="optional" default="">
<xsd:annotation>
<xsd:documentation>Sound Name</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="builtIn" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Recognized Built-In Sound</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|