![]() |
![]() |
![]() |
Lasso Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
LassoSoapBindingUsageDirective; LassoSoapBindingUsageDirective* lasso_soap_binding_usage_directive_new (const gchar *ref);
Figure 136. Schema fragment for soapbinding:UsageDirectiveType
<xs:complexType name="UsageDirectiveType"> <xs:sequence> <xs:any namespace="##other" processContents="lax" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="id" type="xs:ID" use="optional"/> <xs:attribute name="ref" type="xs:IDREF" use="required"/> <xs:attribute ref="S:mustUnderstand" use="optional"/> <xs:attribute ref="S:actor" use="optional"/> </xs:complexType> <xs:element name="UsageDirective" type="UsageDirectiveType"/>
typedef struct { LassoNode parent; GList *other; /* of LassoNode */ gchar *id; gchar *ref; gchar *mustUnderstand; gchar *actor; } LassoSoapBindingUsageDirective;
LassoSoapBindingUsageDirective* lasso_soap_binding_usage_directive_new (const gchar *ref);