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

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

app:workspace

server-defined group of Collections

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

Used in

Sample instance

<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>

Site developed and hosted by Datypic, Inc.

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