Valid Entity: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
m (Protected "Valid Entity" ([edit=sysop] (indefinite) [move=sysop] (indefinite)))
No edit summary
Line 1: Line 1:
{{Template:XFRACAS.XML.Import.Doc.Class|Common Elements|Common Elements}}
{{Template:XFRACAS.XML.Import.Doc.Class|Common Elements|Common Elements}}
* The Entity element is required.  
 
* The EntityID element value or the EntityName value must match an existing entity.
:{{Template:XFRACAS.Blue|<!—}}{{APIComment|During an import, the EntityID element is checked first and if no match is found the EntityName element is checked. If neither value matches an existing entity, the import will be stopped. }}
* The EntityID element is checked first and if no match is found the EntityName element is checked.<br>
:{{Template:XFRACAS.Blue|<Entity>}}
If either value does not match an existing entity, the import will be stopped.
::{{Template:XFRACAS.Blue|<!—}}{{APIComment|EntityID must be an integer }}
::<font color=Blue><EntityID></font><font color=black>1</font><font color=Blue></EntityID></font>
::{{Template:XFRACAS.Blue|<!—}}{{APIComment|EntityName must be a String. 50 characters maximum.}}
::<font color=Blue><EntityName></font><font color=black>XFRACAS Software</font><font color=Blue></EntityName></font>
:{{Template:XFRACAS.Blue|<Entity>}}

Revision as of 23:51, 11 February 2015


<!— During an import, the EntityID element is checked first and if no match is found the EntityName element is checked. If neither value matches an existing entity, the import will be stopped.
<Entity>
<!— EntityID must be an integer
<EntityID>1</EntityID>
<!— EntityName must be a String. 50 characters maximum.
<EntityName>XFRACAS Software</EntityName>
<Entity>