| Lasso Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
LassoSoapBindingConsent;
LassoSoapBindingConsent* lasso_soap_binding_consent_new (const gchar *uri);
Figure 128. Schema fragment for soapbinding:ConsentType
<xs:complexType name="ConsentType"> <xs:attribute name="uri" type="xs:anyURI" use="required"/> <xs:attribute name="timestamp" type="xs:dateTime" use="optional"/> <xs:attribute name="id" type="xs:ID" use="optional"/> <xs:attribute ref="S:mustUnderstand" use="optional"/> <xs:attribute ref="S:actor" use="optional"/> </xs:complexType> <xs:element name="Consent" type="ConsentType"/>
typedef struct {
LassoNode parent;
gchar *uri;
gchar *timestamp;
gchar *id;
gchar *mustUnderstand;
gchar *actor;
} LassoSoapBindingConsent;
LassoSoapBindingConsent* lasso_soap_binding_consent_new (const gchar *uri);