QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
connectloc | xsd:int | optional | ||||
end | ST_TrueFalseBlank | false | optional | |||
idref | xsd:string | optional | ||||
start | ST_TrueFalseBlank | false | optional |
Element | CT_R/proxy |
<xsd:complexType name="CT_Proxy"> <xsd:attribute name="start" type="s:ST_TrueFalseBlank" use="optional" default="false"/> <xsd:attribute name="end" type="s:ST_TrueFalseBlank" use="optional" default="false"/> <xsd:attribute name="idref" type="xsd:string" use="optional"/> <xsd:attribute name="connectloc" type="xsd:int" use="optional"/> </xsd:complexType> |