niem-xs:string

A data type for character strings in XML.

Complex Type Information

Model

Source

<xs:complexType name="string">
  <xs:annotation>
    <xs:documentation>A data type for character strings in XML.</xs:documentation>
  </xs:annotation>
  <xs:simpleContent>
    <xs:extension base="xs:string">
      <xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>