<xs:element name="a">
<xs:annotation>
<xs:documentation>An anchor for inline linking like in HTML</xs:documentation>
</xs:annotation>
<xs:complexType mixed="true">
<xs:choice maxOccurs="unbounded">
<xs:element ref="inline" />
<xs:element ref="span" />
<xs:element ref="ruby" />
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
</xs:choice>
<xs:attributeGroup ref="editAttributes" />
<xs:attributeGroup ref="i18nAttributes" />
<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:attribute name="href" type="IRIType">
<xs:annotation>
<xs:documentation>An equivalent of the html href attribute</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="hreflang" type="xs:string">
<xs:annotation>
<xs:documentation>An equivalent of the html hreflang attribute</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rel" type="xs:string">
<xs:annotation>
<xs:documentation>An equivalent of the html rel attribute</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="rev" type="xs:string">
<xs:annotation>
<xs:documentation>An equivalent of the html rev attribute</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
</xs:element>
|