Complex Type eolType
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0/WD17
Annotations
<type>Complex</type>
<name>eolType</name>
<comment>the complex type eolType is shared by eol and eop elements as being able to specify a hyphen character and a position within the next word in which the break can happen, and the number if any, associated to the page or line at issue</comment>
Diagram
Diagram AkomaNtoso30-WD17_xsd_Attribute_Group_coreopt.tmp#coreopt AkomaNtoso30-WD17_xsd_Complex_Type_markeropt.tmp#markeropt AkomaNtoso30-WD17_xsd_Attribute_Group_number.tmp#number AkomaNtoso30-WD17_xsd_Complex_Type_eolType.tmp#eolType_breakAt AkomaNtoso30-WD17_xsd_Complex_Type_eolType.tmp#eolType_breakWith
Type extension of markeropt
Type hierarchy
Used by
Elements eol, eop
Attributes
QName Type Fixed Default Use Annotation
GUID noWhiteSpace optional
alternativeTo eIdRef optional
breakAt xsd:integer optional
breakWith xsd:string optional
class xsd:string optional
eId noWhiteSpace optional
id optional
lang optional
number xsd:string optional
period temporalGroupRef optional
refersTo list of referenceRef optional
space optional
status statusType optional
style xsd:string optional
title xsd:string optional
wId noWhiteSpace optional
Source
<xsd:complexType name="eolType">
  <xsd:annotation>
    <xsd:documentation>
      <type>Complex</type>
      <name>eolType</name>
      <comment>the complex type eolType is shared by eol and eop elements as being able to specify a hyphen character and a position within the next word in which the break can happen, and the number if any, associated to the page or line at issue</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:complexContent>
    <xsd:extension base="markeropt">
      <xsd:attributeGroup ref="number"/>
      <xsd:attribute name="breakAt" type="xsd:integer"/>
      <xsd:attribute name="breakWith" type="xsd:string"/>
    </xsd:extension>
  </xsd:complexContent>
</xsd:complexType>
Attribute eolType / @breakAt
Namespace No namespace
Type xsd:integer
Properties
content: simple
Used by
Complex Type eolType
Source
<xsd:attribute name="breakAt" type="xsd:integer"/>
Attribute eolType / @breakWith
Namespace No namespace
Type xsd:string
Properties
content: simple
Used by
Complex Type eolType
Source
<xsd:attribute name="breakWith" type="xsd:string"/>