Schema Central > Atom > service.xsd > app:service
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

app:service

the root of a Service Document

Element information

Namespace: http://www.w3.org/2007/app

Schema document: service.xsd

Type: Anonymous

Properties: Global, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
xml:base [0..1]xsd:anyURIfrom group app:appCommonAttributes
xml:lang [0..1]Anonymousfrom group app:appCommonAttributes
xml:space [0..1]Anonymousfrom group app:appCommonAttributes
Any attribute[0..*]Namespace: ##other, Process Contents: skipfrom group atom:local

Sample instance

<service>
   <workspace>
      <atom:title>Main Site</atom:title>
      <collection href="http://example.org/blog/main">
         <atom:title>My Blog Entries</atom:title>
         <categories href="http://example.com/cats/forMain.cats"/>
      </collection>
      <collection href="http://example.org/blog/pic">
         <atom:title>Pictures</atom:title>
         <accept>image/png</accept>
         <accept>image/jpeg</accept>
         <accept>image/gif</accept>
      </collection>
   </workspace>
   <workspace>
      <atom:title>Sidebar Blog</atom:title>
      <collection href="http://example.org/sidebar/list">
         <atom:title>Remaindered Links</atom:title>
         <accept>application/atom+xml;type=entry</accept>
         <categories fixed="yes">
            <atom:category scheme="http://example.org/extra-cats/" term="joke"/>
            <atom:category scheme="http://example.org/extra-cats/" term="serious"/>
         </categories>
      </collection>
   </workspace>
</service>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com