element <schema> (local)
Namespace:
Type:
anonymous complexType
Content:
complex, 3 attributes, elem. wildcard
Defined:
locally within schemaMapType complexType in hsinfra.xsd; see XML source
Includes:
definitions of 3 attributes, elem. wildcard
XML Representation Summary
<schema
   
 = 
xsd:string
 = 
xsd:anyURI
 = 
xsd:anyURI
   
>
   
Content: 
</schema>
Included in content model of elements (1):
schemaMap (type schemaMapType)
Anonymous Type Detail
Annotation
This element defines a schema that defines data structures and the shape of information managed by this service. Multiple schema elements exist for each service, one for each logical grouping of information exposed by the service.
XML Source (see within schema source)
<xsd:element maxOccurs="unbounded" minOccurs="0" name="schema">
<xsd:complexType>
<xsd:annotation>
<xsd:documentation>
This element defines a schema that defines data structures and the
shape of information managed by this service. Multiple schema elements
exist for each service, one for each logical grouping of information exposed
by the service.
</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>
</xsd:sequence>
<xsd:attribute name="namespace" type="xsd:anyURI" use="required">
<xsd:annotation>
<xsd:documentation>
This attribute specifies the namespace URI of this schema.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="schemaLocation" type="xsd:anyURI" use="required">
<xsd:annotation>
<xsd:documentation>
This attribute specifies the location (in the form of a URI) of the resource containing the schema. When
a schema is reachable through a variety of URIs, one schema element will exist for
each location.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="alias" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>
This attribute specifies the preferred alias to be used, if possible, when
manipulating information covered by this schema in the context of this service.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
</xsd:element>
Attribute Detail (all declarations; 3/3)
alias
Type:
xsd:string, predefined
Use:
required
Defined:
locally within (this) schema element
This attribute specifies the preferred alias to be used, if possible, when manipulating information covered by this schema in the context of this service.
XML Source (see within schema source)
<xsd:attribute name="alias" type="xsd:string" use="required">
<xsd:annotation>
<xsd:documentation>
This attribute specifies the preferred alias to be used, if possible, when
manipulating information covered by this schema in the context of this service.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>

namespace
Type:
xsd:anyURI, predefined
Use:
required
Defined:
locally within (this) schema element
This attribute specifies the namespace URI of this schema.
XML Source (see within schema source)
<xsd:attribute name="namespace" type="xsd:anyURI" use="required">
<xsd:annotation>
<xsd:documentation>
This attribute specifies the namespace URI of this schema.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>

schemaLocation
Type:
xsd:anyURI, predefined
Use:
required
Defined:
locally within (this) schema element
This attribute specifies the location (in the form of a URI) of the resource containing the schema. When a schema is reachable through a variety of URIs, one schema element will exist for each location.
XML Source (see within schema source)
<xsd:attribute name="schemaLocation" type="xsd:anyURI" use="required">
<xsd:annotation>
<xsd:documentation>
This attribute specifies the location (in the form of a URI) of the resource containing the schema. When
a schema is reachable through a variety of URIs, one schema element will exist for
each location.
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
Content Element Detail (all declarations; 1/1)
{any element with non-schema namespace}
Defined:
within (this) schema element
XML Source (see within schema source)
<xsd:any maxOccurs="unbounded" minOccurs="0" namespace="##other" processContents="skip"/>