VersionedStringType

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
version ShortStringType optional

Source

<xs:complexType name="VersionedStringType">
  <xs:simpleContent>
    <xs:extension base="ShortStringType">
      <xs:attribute ref="version"/>
    </xs:extension>
  </xs:simpleContent>
</xs:complexType>