Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Element marker
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0/CSD13
Annotations
<type>Element</type>
<name>marker</name>
<comment>the element marker is a generic element for a marker. It can be placed in a block instead of any of the other markers. The attribute name is required and gives a name to the element.</comment>
Diagram
Diagram AkomaNtoso30-csd13_xsd_Attribute_Group_corereq.tmp#corereq AkomaNtoso30-csd13_xsd_Complex_Type_markerreq.tmp#markerreq AkomaNtoso30-csd13_xsd_Attribute_Group_name.tmp#name
Type extension of markerreq
Type hierarchy
Properties
content: complex
Used by
Element Group markerElements
Attributes
QName Type Fixed Default Use Annotation
GUID noWhiteSpace optional
alternativeTo xsd:anyURI optional
class xsd:string optional
eId noWhiteSpace optional
lang optional
name xsd:string required
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:element name="marker">
  <xsd:annotation>
    <xsd:documentation>
      <type>Element</type>
      <name>marker</name>
      <comment>the element marker is a generic element for a marker. It can be placed in a block instead of any of the other markers. The attribute name is required and gives a name to the element.</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:complexType>
    <xsd:complexContent>
      <xsd:extension base="markerreq">
        <xsd:attributeGroup ref="name"/>
      </xsd:extension>
    </xsd:complexContent>
  </xsd:complexType>
</xsd:element>