Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.10 KB | None | 0 0
  1. <!-- abstract element; do not create -->
  2. <!-- Container id="ID" -->              <!-- Document,Folder -->
  3.   <!-- inherited from Feature element -->
  4.   <name>...</name>                      <!-- string -->
  5.   <visibility>1</visibility>            <!-- boolean -->
  6.   <open>0</open>                        <!-- boolean -->
  7.   <address>...</address>                <!-- string -->
  8.   <AddressDetails xmlns="urn:oasis:names:tc:ciq:xsdschema:xAL:2.0">...
  9.       </AddressDetails>                 <!-- string -->
  10.   <phoneNumber>...</phoneNumber>        <!-- string -->
  11.   <Snippet maxLines="2">...</Snippet>   <!-- string -->
  12.   <description>...</description>        <!-- string -->
  13.   <AbstractView>...</AbstractView>      <!-- LookAt or Camera -->
  14.   <TimePrimitive>...</TimePrimitive>
  15.   <styleUrl>...</styleUrl>              <!-- anyURI -->
  16.   <StyleSelector>...</StyleSelector>
  17.   <Region>...</Region>
  18.   <Metadata>...</Metadata>
  19.   <atom:author>...<atom:author>   <!-- xmlns:atom="http://www.w3.org/2005/Atom" -->
  20.   <atom:link href=" "/>
  21.  
  22.   <!-- specific to Container -->
  23.   <!-- 0 or more Features -->
  24. <!-- /Container -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement