Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<person id="1234567" name="how to do it?" />
<person id="1234567" name="how to do it?" >Something do do with Person</person>
<xs:complexType name="ctPerson">
<xs:sequence>
<xs:element name="ctPerson" type="xs:string" />
</xs:sequence>
<xs:attribute name="name" type="xs:string"/>
<xs:attribute name="id" type="xs:integer"/>
</xs:complexType>