Showing:

Annotations
Attributes
Diagrams
Facets
Properties
Source
Used by
Included schema schemaFormatting.xsd
Namespace http://www.legislation.gov.uk/namespaces/legislation
Annotations
Defines generic formatting applicable to multiple elements
Properties
attribute form default unqualified
element form default qualified
version 2.0
Attribute CommonFormattingAttributes / @Align
Namespace No namespace
Annotations

Describes horizontal alignment with permissible values of:

  • inherit (the alignment is inherited from the parent element)
  • left
  • centre
  • right
  • justify (the entire paragraph is justified. Note that the last line is not force-justified. The decision on whether the last line should be is left to the implementation).
Properties
use optional
Facets
enumeration inherit
enumeration left
enumeration centre
enumeration right
enumeration justify
Used by
Attribute Group CommonFormattingAttributes
Source
<xsd:attribute name="Align" use="optional">
  <xsd:annotation>
    <xsd:documentation>
      <h:p>Describes horizontal alignment with permissible values of:</h:p>
      <h:ul>
        <h:li>inherit (the alignment is inherited from the parent element)</h:li>
        <h:li>left</h:li>
        <h:li>centre</h:li>
        <h:li>right</h:li>
        <h:li>justify (the entire paragraph is justified. Note that the last line is not force-justified. The decision on whether the last line should be is left to the implementation).</h:li>
      </h:ul>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:enumeration value="inherit"/>
      <xsd:enumeration value="left"/>
      <xsd:enumeration value="centre"/>
      <xsd:enumeration value="right"/>
      <xsd:enumeration value="justify"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>
Attribute CommonHangingAttributes / @Hanging
Namespace No namespace
Annotations
Describes if text has a hanging indent or if the first line is indented
Properties
use optional
Facets
enumeration hanging
enumeration indented
Used by
Attribute Group CommonHangingAttributes
Source
<xsd:attribute name="Hanging" use="optional">
  <xsd:annotation>
    <xsd:documentation>Describes if text has a hanging indent or if the first line is indented</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleType>
    <xsd:restriction base="xsd:string">
      <xsd:enumeration value="hanging"/>
      <xsd:enumeration value="indented"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:attribute>
Attribute Group CommonFormattingAttributes
Namespace http://www.legislation.gov.uk/namespaces/legislation
Diagram
DiagramschemaFormatting_xsd.tmp#CommonFormattingAttributes_Align
Used by
Attributes
QName Type Use Annotation
Align restriction of xsd:string optional

Describes horizontal alignment with permissible values of:

  • inherit (the alignment is inherited from the parent element)
  • left
  • centre
  • right
  • justify (the entire paragraph is justified. Note that the last line is not force-justified. The decision on whether the last line should be is left to the implementation).
Source
<xsd:attributeGroup name="CommonFormattingAttributes">
  <xsd:attribute name="Align" use="optional">
    <xsd:annotation>
      <xsd:documentation>
        <h:p>Describes horizontal alignment with permissible values of:</h:p>
        <h:ul>
          <h:li>inherit (the alignment is inherited from the parent element)</h:li>
          <h:li>left</h:li>
          <h:li>centre</h:li>
          <h:li>right</h:li>
          <h:li>justify (the entire paragraph is justified. Note that the last line is not force-justified. The decision on whether the last line should be is left to the implementation).</h:li>
        </h:ul>
      </xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
      <xsd:restriction base="xsd:string">
        <xsd:enumeration value="inherit"/>
        <xsd:enumeration value="left"/>
        <xsd:enumeration value="centre"/>
        <xsd:enumeration value="right"/>
        <xsd:enumeration value="justify"/>
      </xsd:restriction>
    </xsd:simpleType>
  </xsd:attribute>
</xsd:attributeGroup>
Attribute Group CommonHangingAttributes
Namespace http://www.legislation.gov.uk/namespaces/legislation
Diagram
DiagramschemaFormatting_xsd.tmp#CommonHangingAttributes_Hanging
Used by
Element Text
Attributes
QName Type Use Annotation
Hanging restriction of xsd:string optional
Describes if text has a hanging indent or if the first line is indented
Source
<xsd:attributeGroup name="CommonHangingAttributes">
  <xsd:attribute name="Hanging" use="optional">
    <xsd:annotation>
      <xsd:documentation>Describes if text has a hanging indent or if the first line is indented</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
      <xsd:restriction base="xsd:string">
        <xsd:enumeration value="hanging"/>
        <xsd:enumeration value="indented"/>
      </xsd:restriction>
    </xsd:simpleType>
  </xsd:attribute>
</xsd:attributeGroup>