![]() |
![]() |
![]() |
Lasso Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
Figure 227. Schema fragment for sb2:Consent
<xs:complexType name="ConsentType"> <xs:attribute name="uri" type="xs:anyURI" use="required"/> <xs:attribute name="timestamp" type="xs:dateTime" use="optional"/> <xs:anyAttribute namespace="##other" processContents="lax"/> </xs:complexType>
typedef struct { LassoNode parent; /* attributes */ char *uri; char *timestamp; GHashTable *attributes; } LassoIdWsf2Sb2Consent;
LassoIdWsf2Sb2Consent* lasso_idwsf2_sb2_consent_new (void);
Creates a new LassoIdWsf2Sb2Consent object.
Returns : |
a newly created LassoIdWsf2Sb2Consent object |