SimpleValue

Simple textual value.

Complex Type Information

Model

Used By

Source

<xsd:complexType name="SimpleValue">
  <xsd:annotation>
    <xsd:documentation>Simple textual value.</xsd:documentation>
  </xsd:annotation>
  <xsd:simpleContent>
    <xsd:extension base="xsd:string"/>
  </xsd:simpleContent>
</xsd:complexType>