<xs:element name="inline">
<xs:annotation>
<xs:documentation>An inline markup tag to be used with any concept</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:choice maxOccurs="unbounded">
<xs:element ref="span" />
<xs:element ref="ruby" />
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
</xs:choice>
<xs:attributeGroup ref="flexAttributes" />
<xs:attributeGroup ref="editAttributes" />
<xs:attributeGroup ref="i18nAttributes" />
<xs:attributeGroup ref="quantifyAttributes" />
<xs:attribute name="class" type="xs:string">
<xs:annotation>
<xs:documentation>An equivalent of the html class attribute</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
</xs:element>
|