<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="varsubstringType">
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="index" type="xsd:string" />
<xsd:attribute name="respident" type="xsd:string" use="required" />
<xsd:attribute name="case" default="No">
<xsd:simpleType>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="Yes" />
<xsd:enumeration value="No" />
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|