Merge "schema/nodeaddr: add GivenName, FamilyName"

This commit is contained in:
Brad Fitzpatrick 2016-04-30 02:35:03 +00:00 committed by Gerrit Code Review
commit 20e63e3530
1 changed files with 6 additions and 0 deletions

View File

@ -93,6 +93,12 @@ const (
// AddressCountry is http://schema.org/addressCountry
AddressCountry = "addressCountry"
// GivenName is http://schema.org/givenName
GivenName = "givenName"
// FamilyName is http://schema.org/familyName
FamilyName = "familyName"
// CamliPathOrderColon is the prefix "camliPathOrder:".
// The attribute key should be followed by a uint64. The attribute value
// is an existing value of a camliPath element.