FileSystem_Type

Complex Type Information

Model

FileSystemType{0,1} , Description{0,1} , MountPoint{0,1} , DiskSpace{0,1} , ANY element from ANY namespace OTHER than 'http://schemas.ggf.org/jsdl/2005/11/jsdl'

Attributes

QName Type Fixed Default Use Inheritable Annotation
name xsd:NCName required
Wildcard: ANY attribute from ANY namespace OTHER than 'http://schemas.ggf.org/jsdl/2005/11/jsdl'

Used By

Element FileSystem

Source

<xsd:complexType name="FileSystem_Type">
  <xsd:sequence>
    <xsd:element ref="jsdl:FileSystemType" minOccurs="0"/>
    <xsd:element ref="jsdl:Description" minOccurs="0"/>
    <xsd:element ref="jsdl:MountPoint" minOccurs="0"/>
    <xsd:element ref="jsdl:DiskSpace" minOccurs="0"/>
    <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
  </xsd:sequence>
  <xsd:attribute name="name" type="xsd:NCName" use="required"/>
  <xsd:anyAttribute namespace="##other" processContents="lax"/>
</xsd:complexType>