<xsd:complexType name="CT_Proxy">
<xsd:attribute name="start" type="ST_TrueFalseBlank" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Start Point Connection Flag</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="end" type="ST_TrueFalseBlank" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>End Point Connection Flag</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="idref" type="xsd:string" use="optional">
<xsd:annotation>
<xsd:documentation>Proxy Shape Reference</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="connectloc" type="xsd:int" use="optional">
<xsd:annotation>
<xsd:documentation>Connection Location</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|