LassoIdWsf2Sb2Consent

LassoIdWsf2Sb2Consent — <sb2:Consent>

Synopsis

struct              LassoIdWsf2Sb2Consent;
LassoIdWsf2Sb2Consent * lasso_idwsf2_sb2_consent_new    (void);

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>


Details

struct LassoIdWsf2Sb2Consent

struct LassoIdWsf2Sb2Consent {
	LassoNode parent;

	/* attributes */
	char *uri;
	char *timestamp;
	GHashTable *attributes;
};

lasso_idwsf2_sb2_consent_new ()

LassoIdWsf2Sb2Consent * lasso_idwsf2_sb2_consent_new    (void);

Creates a new LassoIdWsf2Sb2Consent object.

Returns :

a newly created LassoIdWsf2Sb2Consent object