<xs:complexType name="BlockType" mixed="true">
<xs:annotation>
<xs:documentation>The type for nformation about the content as natural language string with minimal markup and line breaks</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="br" />
<xs:element ref="inline" />
<xs:any namespace="##other" processContents="lax">
<xs:annotation>
<xs:documentation>Extension point for provider-defined properties from other namespaces</xs:documentation>
</xs:annotation>
</xs:any>
</xs:choice>
<xs:attributeGroup ref="commonPowerAttributes" />
<xs:attributeGroup ref="i18nAttributes" />
<xs:attribute name="media" type="xs:NMTOKENS" use="optional">
<xs:annotation>
<xs:documentation>An indication of the target media type(s)
values as defined by the Cascading Style Sheets (CSS) specification.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="role" use="optional" type="QCodeListType">
<xs:annotation>
<xs:documentation>A refinement of the semantics of the block.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="roleuri" type="IRIType">
<xs:annotation>
<xs:documentation>A URI identifying the refined semantics of the definition.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
|