<xs:complexType name="Label1Type" mixed="true">
<xs:annotation>
<xs:documentation>The PCL-type for information about the content as natural language string with minimal markup</xs:documentation>
</xs:annotation>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="a" />
<xs:element ref="span" />
<xs:element ref="ruby" />
<xs:element ref="inline" />
<xs:any namespace="##other" processContents="lax" />
</xs:choice>
<xs:attributeGroup ref="editAttributes" />
<xs:attributeGroup ref="i18nAttributes" />
<xs:attribute name="role" type="QCodeListType">
<xs:annotation>
<xs:documentation>A refinement of the semantics of the label.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="media" type="xs:NMTOKENS">
<xs:annotation>
<xs:documentation>An indication of the target media type(s), values as defined by the Cascading Style Sheets specification [CSS].</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
|