<xsd:complexType name="CT_PhoneticRun">
<xsd:sequence>
<xsd:element name="t" type="ST_Xstring" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Text</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="sb" type="xsd:unsignedInt" use="required">
<xsd:annotation>
<xsd:documentation>Base Text Start Index</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="eb" type="xsd:unsignedInt" use="required">
<xsd:annotation>
<xsd:documentation>Base Text End Index</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|