<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ms-0100:Person xmlns:ms-0100="http://www.modeldev.restauranttechnologynetwork.com/models/v1"> <ms-0100:PersonName> <ms-0100:First>John</ms-0100:First> <ms-0100:Last>Smith</ms-0100:Last> </ms-0100:PersonName> </ms-0100:Person>
{ "Person" : { "PersonName" : { "@type" : "PersonName", "First" : "John", "Last" : "Smith" } } }
Name | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PersonName |
The name of the person. This may include given name, surname, etc..
|
||||||||||||
|