Skip to content
Snippets Groups Projects
Commit 4007e629 authored by Cyril Vazquez's avatar Cyril Vazquez
Browse files

Add labels for SEDA and SEDA 2 Organization models

parent 2f26c701
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,8 @@ namespace ext\archivesPubliques\bundle\seda\Model;
class Code
{
/**
* Valeur
*
* @var string
* @xpath text()
*/
......
......@@ -12,6 +12,8 @@ namespace ext\archivesPubliques\bundle\seda\Model;
class ID
{
/**
* Valeur
*
* @var string
* @xpath text()
*/
......
......@@ -12,7 +12,7 @@ namespace ext\archivesPubliques\bundle\seda\Model;
class Organization
{
/**
* The org id
* Identifiant
*
* @var id
* @xvalue generate-id
......@@ -20,7 +20,7 @@ class Organization
public $id;
/**
* The org role
* les
*
* @var id
* @xvalue local-name
......@@ -28,48 +28,64 @@ class Organization
public $orgRoleCode;
/**
* Nature de l'activité
*
* @var seda/Code
* @xpath seda:BusinessType
*/
public $businessType;
/**
* Description
*
* @var string
* @xpath seda:Description
*/
public $description;
/**
* Identifiant
*
* @var seda/ID
* @xpath seda:Identification
*/
public $identification;
/**
* Forme juridique
*
* @var seda/Code
* @xpath seda:LegalClassification
*/
public $legalClassification;
/**
* Nom
*
* @var string
* @xpath seda:Name
*/
public $name;
/**
* Adresses
*
* @var seda/Address[]
* @xpath seda:Address
*/
public $address;
/**
* Moyens de communication
*
* @var seda/Communication[]
* @xpath seda:Communication
*/
public $communication;
/**
* Contacts
*
* @var seda/Contact[]
* @xpath seda:Contact
*/
......
......@@ -21,7 +21,7 @@ class Organization
public $identifier;
/**
* Organization informations
* Description
*
* @var seda2/OrganizationDescriptiveMetadata
* @xpath seda2:OrganizationDescriptiveMetadata
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment