Simple Type conceptRef
Namespace http://docs.oasis-open.org/legaldocml/ns/akn/3.0/WD17
Annotations
<type>Simple</type>
<name>conceptRef</name>
<comment>These values are references to existing concepts (i.e., TLCConcept) only, i.e., given an existing eId of a concept of the form XYZ, the value is necessarily #XYZ</comment>
Diagram
Diagram
Type xsd:anyURI
Used by
Attribute outcome/@outcome
Source
<xsd:simpleType name="conceptRef">
  <xsd:annotation>
    <xsd:documentation>
      <type>Simple</type>
      <name>conceptRef</name>
      <comment>These values are references to existing concepts (i.e., TLCConcept) only, i.e., given an existing eId of a concept of the form XYZ, the value is necessarily #XYZ</comment>
    </xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:anyURI"/>
</xsd:simpleType>