<xs:complexType name="ValueTextType">
<xs:simpleContent>
<xs:extension base="adsml:LongStringType">
<xs:attribute name="id" type="adsml:IDType" />
<xs:attribute name="preferredName" type="adsml:BooleanType" />
<xs:attribute name="codeAuthority" type="adsml:ShortStringType" />
<xs:attribute name="codeSchemeName" type="adsml:ShortStringType" />
<xs:attribute name="codeSchemeVersion" type="adsml:ShortStringType" />
<xs:attribute name="codeDisplayName" type="adsml:ShortStringType" />
</xs:extension>
</xs:simpleContent>
</xs:complexType>
|