Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type inline
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0/CSD13
Annotations
<type>Complex</type>
<name>inline</name>
<comment>the complex type inline defines the content model and attributes shared by all blocks and inlines. Here the eId attribute is optional</comment>
Diagram
Diagram
Properties
mixed: true
Used by
Model ref | mref | rref | mod | mmod | rmod | remark | recordedTime | vote | outcome | ins | del | omissis | embeddedText | embeddedStructure | placeholder | fillIn | decoration | b | i | a | u | sub | sup | abbr | span | docType | docTitle | docNumber | docProponent | docDate | legislature | session | shortTitle | docAuthority | docPurpose | docCommittee | docIntroducer | docStage | docStatus | docJurisdiction | docketNumber | date | time | person | organization | concept | object | event | location | process | role | term | quantity | def | entity | courtType | neutralCitation | party | judge | lawyer | signature | opinion | argument | affectedDocument | relatedDocument | change | inline | noteRef | eol | eop | img | br | marker | (authorialNote) | subFlow
Children a, abbr, affectedDocument, argument, authorialNote, b, br, change, concept, courtType, date, decoration, def, del, docAuthority, docCommittee, docDate, docIntroducer, docJurisdiction, docNumber, docProponent, docPurpose, docStage, docStatus, docTitle, docType, docketNumber, embeddedStructure, embeddedText, entity, eol, eop, event, fillIn, i, img, inline, ins, judge, lawyer, legislature, location, marker, mmod, mod, mref, neutralCitation, noteRef, object, omissis, opinion, organization, outcome, party, person, placeholder, process, quantity, recordedTime, ref, relatedDocument, remark, rmod, role, rref, session, shortTitle, signature, span, sub, subFlow, sup, term, time, u, vote
Attributes
QName Type Fixed Default Use Annotation
GUID noWhiteSpace optional
alternativeTo xsd:anyURI optional
class xsd:string optional
eId noWhiteSpace optional
lang optional
period xsd:anyURI optional
refersTo list of xsd:anyURI optional
space optional
status statusType optional
style xsd:string optional
title xsd:string optional
wId noWhiteSpace optional
Source
<xsd:complexType name="inline" mixed="true">
  <xsd:annotation>
    <xsd:documentation>
      <type>Complex</type>
      <name>inline</name>
      <comment>the complex type inline defines the content model and attributes shared by all blocks and inlines. Here the eId attribute is optional</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:choice minOccurs="0" maxOccurs="unbounded">
    <xsd:group ref="inlineCM"/>
  </xsd:choice>
  <xsd:attributeGroup ref="coreopt"/>
</xsd:complexType>