This namespace contains common extension elements that are used accross several Google Data API enabled properties
Classes
| Class | Description | |
|---|---|---|
| Comments |
GData schema extension describing a comments feed.
| |
| CommonAttributesElement |
a base class used for PostalAddress and others.
| |
| ContactsExtensions |
helper to instantiate all factories defined in here and attach
them to a base object
| |
| ContactsRelationships |
holds static strings indicating several often used relationship
values for the contacts API
| |
| Deleted |
gd:deleted schema extension describing an deleted address in contacts
| |
gd:email schema extension describing an email address in contacts
| ||
| EntryLink |
GData schema extension describing a nested entry link.
| |
| EnumConstruct |
Extensible enum type used in many places.
| |
| ExtendedProperty |
GData schema extension describing an extended property/value pair
| |
| ExtensionBase |
Extensible type used in many places.
| |
| ExtensionCollection<(Of <(T>)>) |
base class to take an object pointer with extension information
and expose a localname/namespace subset as a collection
that still works on the original
| |
| FeedLink |
GData schema extension describing a nested feed link.
| |
| GDataParserNameTable |
Subclass of the nametable, has the extensions for the GNamespace
| |
| IMAddress |
gd:deleted schema extension describing an deleted address in contacts
| |
| Organization |
GData schema extension describing an organization
| |
| OrgName |
gd:OrgName schema extension describing an organization name
it's a child of Organization
| |
| OrgTitle |
gd:OrgTitle schema extension describing the title of a person in an organization
it's a child of Organization
| |
| OriginalEvent |
GData schema extension describing the original recurring event.
| |
| PhoneNumber |
gd:phonenumber element
| |
| PostalAddress |
gd:PostalAddress element
| |
| Rating |
The gd:rating tag specifies the rating that you are assigning to a resource (in a request to add a rating)
or the current average rating of the resource based on aggregated user ratings
| |
| Recurrence |
GData schema extension describing an RFC 2445 recurrence rule.
| |
| RecurrenceException |
GData schema extension describing an RFC 2445 recurrence rule.
| |
| Reminder |
GData schema extension describing a reminder on an event.
| |
| SimpleAttribute |
a simple element with one attribute,called value that exposes
that value as the value property
| |
| SimpleContainer |
base class to implement extensions holding extensions
TODO: at one point think about using this as the base for atom:base
as there is some utility overlap between the 2 of them
| |
| SimpleElement |
Extensible enum type used in many places.
compared to the base class, this one
adds a default values
| |
| WebContent |
GData schema extension describing a webcontent for the calendar
| |
| WebContentLink |
Models a special kind of Atom link that contains a WebContent element.
| |
| When |
GData schema extension describing a period of time.
| |
| Where |
A place (such as an event location) associated with the containing entity. The type of
the association is determined by the rel attribute; the details of the location are
contained in an embedded or linked-to Contact entry.
A gd:where element is more general than a gd:geoPt element. The former identifies a place
using a text description and/or a Contact entry, while the latter identifies a place
using a specific geographic location.
Properties
Property Type Description
@label? xs:string Specifies a user-readable label to distinguish this location from other locations.
@rel? xs:string Specifies the relationship between the containing entity and the contained location. Possible values
(see below) are defined by other elements. For example, gd:when defines http://schemas.google.com/g/2005#event.
@valueString? xs:string A simple string value that can be used as a representation of this location.
gd:entryLink? entryLink Entry representing location details. This entry should implement the Contact kind.
rel values
Value Description
http://schemas.google.com/g/2005#event or not specified Place where the enclosing event takes place.
http://schemas.google.com/g/2005#event.alternate A secondary location. For example, a remote
site with a videoconference link to the main site.
http://schemas.google.com/g/2005#event.parking A nearby parking lot.
| |
| Where..::.RelType |
Relation type. Describes the meaning of this location.
| |
| Who |
GData schema extension describing a person.
It contains a gd:entryLink element containing the described person.
| |
| Who..::.AttendeeStatus |
represents the status of the attendee
| |
| Who..::.AttendeeType |
AttendeeType class
| |
| Who..::.RelType |
Relation type. Describes the meaning of this association.
| |
| XmlExtension |
placeholder object for an unknown XML extension element
|
Interfaces
| Interface | Description | |
|---|---|---|
| ICommonAttributes |
this interface defines a common set of properties found on classes derived
from CommonAttributesElement (like EMail) and Organization.
| |
| IContainsDeleted | if an extension element has a deleted member, it should implement
this interface.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| Reminder..::.ReminderMethod |
the different reminder methods available
|