X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=xml%2Fschema%2FContact%2FContactType.xml;h=8a701d53e032fc1af454ec918318895b7f237c76;hb=756d25406782dded60acd2634cbef5b587e8ef66;hp=79582abbf2510468315bb1bc8fbbcb8d7be7ce75;hpb=00ca8648aca9637f2678082ce09f98772533a8cc;p=civicrm-core.git diff --git a/xml/schema/Contact/ContactType.xml b/xml/schema/Contact/ContactType.xml index 79582abbf2..8a701d53e0 100644 --- a/xml/schema/Contact/ContactType.xml +++ b/xml/schema/Contact/ContactType.xml @@ -7,22 +7,23 @@ Provide type information for contacts 3.1 - id - int unsigned - true - Contact Type ID - 1.1 + id + Contact Type ID + int unsigned + true + Contact Type ID + 1.1 - id - true + id + true - name - varchar - 64 - Internal name of Contact Type (or Subtype). - 3.1 + name + varchar + 64 + Internal name of Contact Type (or Subtype). + 3.1 contact_type @@ -31,54 +32,66 @@ 3.1 - label - varchar - 64 - localized Name of Contact Type. - true - 3.1 + label + Contact Type Label + varchar + 64 + localized Name of Contact Type. + true + 3.1 - description - text - - TextArea - 2 - 60 - - localized Optional verbose description of the type. - true - 3.1 + description + Contact Type Description + text + + TextArea + 2 + 60 + + localized Optional verbose description of the type. + true + 3.1 - image_URL - varchar - 255 - URL of image if any. - 3.1 + image_URL + Contact Type Image URL + varchar + 255 + URL of image if any. + 3.1 - parent_id - int unsigned - Optional FK to parent contact type. - 3.1 + parent_id + Contact Type Parent + int unsigned + Optional FK to parent contact type. + + civicrm_contact_type
+ id + label + parent_id IS NULL +
+ 3.1
- parent_id - civicrm_contact_type
- id - 3.1 + parent_id + civicrm_contact_type
+ id + 3.1
- is_active - boolean - Is this entry active? - 3.1 + is_active + Contact Type Is Active? + boolean + Is this entry active? + 3.1 is_reserved + Contact Type is Reserved? boolean Is this contact type a predefined system type 3.1 - +