<?xml version="1.0" encoding="utf-16"?>
<xsd:complexType name="varinsideType">
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="areatype" use="required">
<xsd:simpleType>
<xsd:restriction base="xsd:NMTOKEN">
<xsd:enumeration value="Ellipse" />
<xsd:enumeration value="Rectangle" />
<xsd:enumeration value="Bounded" />
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name="respident" type="xsd:string" use="required" />
<xsd:attribute name="index" type="xsd:string" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|