<

XML Schema Documentation

Schema Document Properties

Target Namespace
http://www.EcoInvent.org/EcoSpold02
Version
2.0.13
Element and Attribute Namespaces
  • Global element and attribute declarations belong to this schema's target namespace.
  • By default, local element declarations belong to this schema's target namespace.
  • By default, local attribute declarations have no namespace.
Schema Composition
  • This schema imports schema(s) from the following namespace(s):
    • http://www.w3.org/XML/1998/namespace (at XmlNamespace.xsd)

Declared Namespaces:

Prefix
Namespace
Default namespace
http://www.EcoInvent.org/EcoSpold02
xml
http://www.w3.org/XML/1998/namespace
xsd
http://www.w3.org/2001/XMLSchema
es
http://www.EcoInvent.org/EcoSpold02

Schema Component Representation

<xsd:schema targetNamespace="http://www.EcoInvent.org/EcoSpold02" elementFormDefault="qualified" attributeFormDefault="unqualified" version="2.0.13">
   <xsd:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="XmlNamespace.xsd"/>
...
</xsd:schema>

Complex Types

Complex Type: TClassification

Documentation

XML Instance Representation

<...
 classificationId="TUuid" [1] 
 classificationContextId="TUuid" [0..1] 
>
   <es:classificationSystem> TString255 </es:classificationSystem> [1..*] 
   <es:classificationValue> TString120 </es:classificationValue> [1..*] 
</...>

Schema Component Representation

<xsd:complexType name="TClassification">
   <xsd:sequence>
      <xsd:element name="classificationSystem" type="TString255" maxOccurs="unbounded"/>
      <xsd:element name="classificationValue" type="TString120" maxOccurs="unbounded"/>
   </xsd:sequence>
   <xsd:attribute name="classificationId" type="TUuid" use="required"/>
   <xsd:attribute name="classificationContextId" type="TUuid" use="optional"/>
</xsd:complexType>

Complex Type: TCompartment

Documentation

XML Instance Representation

<...
 subcompartmentId="TUuid" [1] 
 subcompartmentContextId="TUuid" [0..1] 
>
   <es:compartment> TCompartmentName </es:compartment> [1..*] 
   <es:subcompartment> TCompartmentName </es:subcompartment> [1..*] 
</...>

Schema Component Representation

<xsd:complexType name="TCompartment">
   <xsd:sequence>
      <xsd:element name="compartment" type="TCompartmentName" maxOccurs="unbounded"/>
      <xsd:element name="subcompartment" type="TCompartmentName" maxOccurs="unbounded"/>
   </xsd:sequence>
   <xsd:attribute name="subcompartmentId" type="TUuid" use="required"/>
   <xsd:attribute name="subcompartmentContextId" type="TUuid" use="optional"/>
</xsd:complexType>

Complex Type: TCompartmentName

Type hierarchy:

Super-types:
xsd:string < TBaseString40 (by restriction) < TString40 (by extension) < TCompartmentName (by extension)
Used By
compartment, subcompartment
Documentation

Application Data

<isIdentifyingField/>

XML Instance Representation

<...>
    TString40
</...>

Schema Component Representation

<xsd:complexType name="TCompartmentName">
   <xsd:simpleContent>
      <xsd:extension base="TString40"/>
   </xsd:simpleContent>
</xsd:complexType>

Complex Type: TIndexedString32000

Type hierarchy:

Super-types:
xsd:string < TBaseString32000 (by restriction) < TString32000 (by extension) < TIndexedString32000 (by extension)
Used By
text

XML Instance Representation

<...
 index="xsd:integer" [1]
>
    TString32000
</...>

Schema Component Representation

<xsd:complexType name="TIndexedString32000">
   <xsd:simpleContent>
      <xsd:extension base="TString32000">
         <xsd:attribute name="index" type="xsd:integer" use="required"/>
      </xsd:extension>
   </xsd:simpleContent>
</xsd:complexType>

Complex Type: TNamedString32000

Type hierarchy:

Super-types:
xsd:string < TBaseString32000 (by restriction) < TString32000 (by extension) < TNamedString32000 (by extension)
Used By
variable

XML Instance Representation

<...
 name="TBaseString40" [1]
>
    TString32000
</...>

Schema Component Representation

<xsd:complexType name="TNamedString32000">
   <xsd:simpleContent>
      <xsd:extension base="TString32000">
         <xsd:attribute name="name" type="TBaseString40" use="required"/>
      </xsd:extension>
   </xsd:simpleContent>
</xsd:complexType>

Complex Type: TProperty

Documentation

XML Instance Representation

<...
 propertyId="TUuid" [1] 
 propertyContextId="TUuid" [0..1] 
 variableName="TVariableName" [0..1] 
 amount="TFloatNumber" [1] 
 isDefiningValue="xsd:boolean" [0..1] 
 mathematicalRelation="TBaseString32000" [0..1] 
 isCalculatedAmount="xsd:boolean" [0..1] 
 unitId="TUuid" [0..1] 
 unitContextId="TUuid" [0..1] 
 sourceId="TUuid" [0..1] 
 sourceIdOverwrittenByChild="xsd:boolean" [0..1] 
 sourceContextId="TUuid" [0..1] 
 sourceYear="TBaseString30" [0..1] 
 sourceFirstAuthor="TBaseString40" [0..1] 
>
   <es:name> TString80 </es:name> [1..*] 
   <es:unitName> TString40 </es:unitName> [0..*] 
   <es:uncertainty> TUncertainty
      <!--
       Uniqueness Constraint - pkPropertyUncertaintyCommentLang
       Selector - es:comment
       Field(s) - @xml:lang
      -->
   </es:uncertainty> [0..1] 
   <es:comment> TString32000 </es:comment> [0..*] 
   Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*]
</...>

Schema Component Representation

<xsd:complexType name="TProperty">
   <xsd:sequence>
      <xsd:element name="name" type="TString80" maxOccurs="unbounded"/>
      <xsd:element name="unitName" type="TString40" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:element name="uncertainty" type="TUncertainty" minOccurs="0">
         <xsd:unique name="pkPropertyUncertaintyCommentLang">
            <xsd:selector xpath="es:comment"/>
            <xsd:field xpath="@xml:lang"/>
         </xsd:unique>
      </xsd:element>
      <xsd:element name="comment" type="TString32000" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
   </xsd:sequence>
   <xsd:attribute name="propertyId" type="TUuid" use="required"/>
   <xsd:attribute name="propertyContextId" type="TUuid" use="optional"/>
   <xsd:attribute name="variableName" type="TVariableName" use="optional"/>
   <xsd:attribute name="amount" type="TFloatNumber" use="required"/>
   <xsd:attribute name="isDefiningValue" type="xsd:boolean" use="optional" default="false"/>
   <xsd:attribute name="mathematicalRelation" type="TBaseString32000" use="optional"/>
   <xsd:attribute name="isCalculatedAmount" type="xsd:boolean" use="optional" default="false"/>
   <xsd:attribute name="unitId" type="TUuid" use="optional"/>
   <xsd:attribute name="unitContextId" type="TUuid" use="optional"/>
   <xsd:attribute name="sourceId" type="TUuid" use="optional"/>
   <xsd:attribute name="sourceIdOverwrittenByChild" type="xsd:boolean" use="optional"/>
   <xsd:attribute name="sourceContextId" type="TUuid" use="optional"/>
   <xsd:attribute name="sourceYear" type="TBaseString30" use="optional"/>
   <xsd:attribute name="sourceFirstAuthor" type="TBaseString40" use="optional"/>
</xsd:complexType>

Complex Type: TRequiredContextReference

Documentation




XML Instance Representation

<...
 majorRelease="xsd:integer" [1] 
 minorRelease="xsd:integer" [1] 
 majorRevision="xsd:integer" [0..1] 
 minorRevision="xsd:integer" [0..1] 
 requiredContextId="TUuid" [1] 
 requiredContextFileLocation="xsd:anyURI" [0..1] 
>
   <es:requiredContextName> TString80 </es:requiredContextName> [1..*] 
   Allow any elements from a namespace other than this schema's namespace (strict validation). [0..*]
</...>

Schema Component Representation

<xsd:complexType name="TRequiredContextReference">
   <xsd:sequence>
      <xsd:element name="requiredContextName" type="TString80" maxOccurs="unbounded"/>
      <xsd:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
   </xsd:sequence>
   <xsd:attribute name="majorRelease" type="xsd:integer" use="required"/>
   <xsd:attribute name="minorRelease" type="xsd:integer" use="required"/>
   <xsd:attribute name="majorRevision" type="xsd:integer" use="optional"/>
   <xsd:attribute name="minorRevision" type="xsd:integer" use="optional"/>
   <xsd:attribute name="requiredContextId" type="TUuid" use="required"/>
   <xsd:attribute name="requiredContextFileLocation" type="xsd:anyURI" use="optional"/>
</xsd:complexType>

Complex Type: TString120

Type hierarchy:

Super-types:
xsd:string < TBaseString120 (by restriction) < TString120 (by extension)
Used By
classificationValue
Documentation

XML Instance Representation

<...
 xml:lang="" [0..1]
>
    TBaseString120
</...>

Schema Component Representation

<xsd:complexType name="TString120">
   <xsd:simpleContent>
      <xsd:extension base="TBaseString120">
         <xsd:attribute ref="xml:lang"/>
      </xsd:extension>
   </xsd:simpleContent>
</xsd:complexType>

Complex Type: TString20

Type hierarchy:

Super-types:
xsd:string < TBaseString20 (by restriction) < TString20 (by extension)
Documentation

XML Instance Representation

<...
 xml:lang="" [0..1]
>
    TBaseString20
</...>

Schema Component Representation

<xsd:complexType name="TString20">
   <xsd:simpleContent>
      <xsd:extension base="TBaseString20">
         <xsd:attribute ref="xml:lang"/>
      </xsd:extension>
   </xsd:simpleContent>
</xsd:complexType>

Complex Type: TString255

Type hierarchy:

Super-types:
xsd:string < TBaseString255 (by restriction) < TString255 (by extension)
Used By
classificationSystem
Documentation

XML Instance Representation

<...
 xml:lang="" [0..1]
>
    TBaseString255
</...>

Schema Component Representation

<xsd:complexType name="TString255">
   <xsd:simpleContent>
      <xsd:extension base="TBaseString255">
         <xsd:attribute ref="xml:lang"/>
      </xsd:extension>
   </xsd:simpleContent>
</xsd:complexType>

Complex Type: TString30

Type hierarchy:

Super-types:
xsd:string < TBaseString30 (by restriction) < TString30 (by extension)
Documentation

XML Instance Representation

<...
 xml:lang="" [0..1]
>
    TBaseString30
</...>

Schema Component Representation

<xsd:complexType name="TString30">
   <xsd:simpleContent>
      <xsd:extension base="TBaseString30">
         <xsd:attribute ref="xml:lang"/>
      </xsd:extension>
   </xsd:simpleContent>
</xsd:complexType>

Complex Type: TString32000

Type hierarchy:

Super-types:
xsd:string < TBaseString32000 (by restriction) < TString32000 (by extension)
Used By
comment, comment
Documentation

XML Instance Representation

<...
 xml:lang="" [0..1]
>
    TBaseString32000
</...>

Schema Component Representation

<xsd:complexType name="TString32000">
   <xsd:simpleContent>
      <xsd:extension base="TBaseString32000">
         <xsd:attribute ref="xml:lang"/>
      </xsd:extension>
   </xsd:simpleContent>
</xsd:complexType>

Complex Type: TString40

Type hierarchy:

Super-types:
xsd:string < TBaseString40 (by restriction) < TString40 (by extension)
Used By
unitName
Documentation

XML Instance Representation

<...
 xml:lang="" [0..1]
>
    TBaseString40
</...>

Schema Component Representation

<xsd:complexType name="TString40">
   <xsd:simpleContent>
      <xsd:extension base="TBaseString40">
         <xsd:attribute ref="xml:lang"/>
      </xsd:extension>
   </xsd:simpleContent>
</xsd:complexType>

Complex Type: TString80

Type hierarchy:

Super-types:
xsd:string < TBaseString80 (by restriction) < TString80 (by extension)
Used By
name, requiredContextName
Documentation

XML Instance Representation

<...
 xml:lang="" [0..1]
>
    TBaseString80
</...>

Schema Component Representation

<xsd:complexType name="TString80">
   <xsd:simpleContent>
      <xsd:extension base="TBaseString80">
         <xsd:attribute ref="xml:lang"/>
      </xsd:extension>
   </xsd:simpleContent>
</xsd:complexType>

Complex Type: TSynonym

Type hierarchy:

Super-types:
xsd:string < TBaseString80 (by restriction) < TString80 (by extension) < TSynonym (by extension)
Documentation

Application Data

<isIdentifyingField/>

XML Instance Representation

<...>
    TString80
</...>

Schema Component Representation

<xsd:complexType name="TSynonym">
   <xsd:simpleContent>
      <xsd:extension base="TString80"/>
   </xsd:simpleContent>
</xsd:complexType>

Complex Type: TTag

Type hierarchy:

Super-types:
xsd:string < TBaseString40 (by restriction) < TTag (by extension)
Documentation

Application Data

<isIdentifyingField/>

XML Instance Representation

<...>
    TBaseString40
</...>

Schema Component Representation

<xsd:complexType name="TTag">
   <xsd:simpleContent>
      <xsd:extension base="TBaseString40"/>
   </xsd:simpleContent>
</xsd:complexType>

Complex Type: TTextAndImage

Documentation

XML Instance Representation

<...>
   Start Choice [1..*]
      <es:text> TIndexedString32000 </es:text> [0..1] 
      <es:imageUrl
       index="xsd:integer" [1]
      > [0..1]  
          xsd:anyURI
      </es:imageUrl>
      <es:variable> TNamedString32000 </es:variable> [0..1] 
      Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*]
   End Choice
</...>

Schema Component Representation

<xsd:complexType name="TTextAndImage">
   <xsd:choice maxOccurs="unbounded">
      <xsd:element name="text" type="TIndexedString32000" minOccurs="0"/>
      <xsd:element name="imageUrl" minOccurs="0">
         <xsd:complexType>
            <xsd:simpleContent>
               <xsd:extension base="xsd:anyURI">
                  <xsd:attribute name="index" type="xsd:integer" use="required"/>
               </xsd:extension>
            </xsd:simpleContent>
         </xsd:complexType>
      </xsd:element>
      <xsd:element name="variable" type="TNamedString32000" minOccurs="0"/>
      <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
   </xsd:choice>
</xsd:complexType>

Complex Type: TUncertainty

Used By
uncertainty
Documentation

XML Instance Representation

<...>
   Start Choice [1]
      <es:lognormal
       meanValue="TFloatNumber" [1] 
       mu="TFloatNumber" [1] 
       variance="TFloatNumber" [0..1] 
       varianceWithPedigreeUncertainty="TFloatNumber" [1] 
      > [1]  
         Allow any elements from a namespace other than this schema's namespace (strict validation). [0..*]
      </es:lognormal>
      <es:normal
       meanValue="TFloatNumber" [1] 
       variance="TFloatNumber" [0..1] 
       varianceWithPedigreeUncertainty="TFloatNumber" [1] 
      > [1]  
         Allow any elements from a namespace other than this schema's namespace (strict validation). [0..*]
      </es:normal>
      <es:triangular
       minValue="TFloatNumber" [1] 
       mostLikelyValue="TFloatNumber" [1] 
       maxValue="TFloatNumber" [1] 
/>  [1] 

      <es:uniform
       minValue="TFloatNumber" [1] 
       maxValue="TFloatNumber" [1] 
/>  [1] 

      <es:beta
       minValue="TFloatNumber" [1] 
       mostFrequentValue="TFloatNumber" [1] 
       maxValue="TFloatNumber" [1] 
/>  [1] 

      <es:gamma
       shape="TFloatNumber" [1] 
       scale="TFloatNumber" [1] 
       minValue="TFloatNumber" [1] 
/>  [1] 

      <es:binomial
       n="xsd:integer" [1] 
       p="TFloatNumber" [1] 
/>  [1] 

      <es:undefined
       minValue="TFloatNumber" [1] 
       maxValue="TFloatNumber" [1] 
       standardDeviation95="TFloatNumber" [1] 
/>  [1] 

   End Choice
   <es:pedigreeMatrix
    reliability="xsd:integer (1 <= value <= 5)" [1] 
    completeness="xsd:integer (1 <= value <= 5)" [1] 
    temporalCorrelation="xsd:integer (1 <= value <= 5)" [1] 
    geographicalCorrelation="xsd:integer (1 <= value <= 5)" [1] 
    furtherTechnologyCorrelation="xsd:integer (1 <= value <= 5)" [1] 
/>  [0..1] 

   <es:comment> TString32000 </es:comment> [0..*] 
   Allow any elements from a namespace other than this schema's namespace (lax validation). [0..*]
</...>

Schema Component Representation

<xsd:complexType name="TUncertainty">
   <xsd:sequence>
      <xsd:choice>
         <xsd:element name="lognormal">
            <xsd:complexType>
               <xsd:sequence>
                  <xsd:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
               </xsd:sequence>
               <xsd:attribute name="meanValue" type="TFloatNumber" use="required"/>
               <xsd:attribute name="mu" type="TFloatNumber" use="required"/>
               <xsd:attribute name="variance" type="TFloatNumber"/>
               <xsd:attribute name="varianceWithPedigreeUncertainty" type="TFloatNumber" use="required"/>
            </xsd:complexType>
         </xsd:element>
         <xsd:element name="normal">
            <xsd:complexType>
               <xsd:sequence>
                  <xsd:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
               </xsd:sequence>
               <xsd:attribute name="meanValue" type="TFloatNumber" use="required"/>
               <xsd:attribute name="variance" type="TFloatNumber" use="optional"/>
               <xsd:attribute name="varianceWithPedigreeUncertainty" type="TFloatNumber" use="required"/>
            </xsd:complexType>
         </xsd:element>
         <xsd:element name="triangular">
            <xsd:complexType>
               <xsd:attribute name="minValue" type="TFloatNumber" use="required"/>
               <xsd:attribute name="mostLikelyValue" type="TFloatNumber" use="required"/>
               <xsd:attribute name="maxValue" type="TFloatNumber" use="required"/>
            </xsd:complexType>
         </xsd:element>
         <xsd:element name="uniform">
            <xsd:complexType>
               <xsd:attribute name="minValue" type="TFloatNumber" use="required"/>
               <xsd:attribute name="maxValue" type="TFloatNumber" use="required"/>
            </xsd:complexType>
         </xsd:element>
         <xsd:element name="beta">
            <xsd:complexType>
               <xsd:attribute name="minValue" type="TFloatNumber" use="required"/>
               <xsd:attribute name="mostFrequentValue" type="TFloatNumber" use="required"/>
               <xsd:attribute name="maxValue" type="TFloatNumber" use="required"/>
            </xsd:complexType>
         </xsd:element>
         <xsd:element name="gamma">
            <xsd:complexType>
               <xsd:attribute name="shape" type="TFloatNumber" use="required"/>
               <xsd:attribute name="scale" type="TFloatNumber" use="required"/>
               <xsd:attribute name="minValue" type="TFloatNumber" use="required"/>
            </xsd:complexType>
         </xsd:element>
         <xsd:element name="binomial">
            <xsd:complexType>
               <xsd:attribute name="n" type="xsd:integer" use="required"/>
               <xsd:attribute name="p" type="TFloatNumber" use="required"/>
            </xsd:complexType>
         </xsd:element>
         <xsd:element name="undefined">
            <xsd:complexType>
               <xsd:attribute name="minValue" type="TFloatNumber" use="required"/>
               <xsd:attribute name="maxValue" type="TFloatNumber" use="required"/>
               <xsd:attribute name="standardDeviation95" type="TFloatNumber" use="required"/>
            </xsd:complexType>
         </xsd:element>
      </xsd:choice>
      <xsd:element name="pedigreeMatrix" minOccurs="0">
         <xsd:complexType>
            <xsd:attribute name="reliability" use="required">
               <xsd:simpleType>
                  <xsd:restriction base="xsd:integer">
                     <xsd:minInclusive value="1"/>
                     <xsd:maxInclusive value="5"/>
                  </xsd:restriction>
               </xsd:simpleType>
            </xsd:attribute>
            <xsd:attribute name="completeness" use="required">
               <xsd:simpleType>
                  <xsd:restriction base="xsd:integer">
                     <xsd:minInclusive value="1"/>
                     <xsd:maxInclusive value="5"/>
                  </xsd:restriction>
               </xsd:simpleType>
            </xsd:attribute>
            <xsd:attribute name="temporalCorrelation" use="required">
               <xsd:simpleType>
                  <xsd:restriction base="xsd:integer">
                     <xsd:minInclusive value="1"/>
                     <xsd:maxInclusive value="5"/>
                  </xsd:restriction>
               </xsd:simpleType>
            </xsd:attribute>
            <xsd:attribute name="geographicalCorrelation" use="required">
               <xsd:simpleType>
                  <xsd:restriction base="xsd:integer">
                     <xsd:minInclusive value="1"/>
                     <xsd:maxInclusive value="5"/>
                  </xsd:restriction>
               </xsd:simpleType>
            </xsd:attribute>
            <xsd:attribute name="furtherTechnologyCorrelation" use="required">
               <xsd:simpleType>
                  <xsd:restriction base="xsd:integer">
                     <xsd:minInclusive value="1"/>
                     <xsd:maxInclusive value="5"/>
                  </xsd:restriction>
               </xsd:simpleType>
            </xsd:attribute>
         </xsd:complexType>
      </xsd:element>
      <xsd:element name="comment" type="TString32000" minOccurs="0" maxOccurs="unbounded"/>
      <xsd:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded"/>
   </xsd:sequence>
</xsd:complexType>

Types

Simple Type: TBaseString120

Super-types:xsd:string < TBaseString120 (by restriction)
Sub-types:
Content
  • Base XSD Type: string
  • length <= 120

Schema Component Representation

<xsd:simpleType name="TBaseString120">
   <xsd:restriction base="xsd:string">
      <xsd:maxLength value="120"/>
   </xsd:restriction>
</xsd:simpleType>

Simple Type: TBaseString20

Super-types:xsd:string < TBaseString20 (by restriction)
Sub-types:
Content
  • Base XSD Type: string
  • length <= 20

Schema Component Representation

<xsd:simpleType name="TBaseString20">
   <xsd:restriction base="xsd:string">
      <xsd:maxLength value="20"/>
   </xsd:restriction>
</xsd:simpleType>

Simple Type: TBaseString255

Super-types:xsd:string < TBaseString255 (by restriction)
Sub-types:
Content
  • Base XSD Type: string
  • length <= 255

Schema Component Representation

<xsd:simpleType name="TBaseString255">
   <xsd:restriction base="xsd:string">
      <xsd:maxLength value="255"/>
   </xsd:restriction>
</xsd:simpleType>

Simple Type: TBaseString30

Super-types:xsd:string < TBaseString30 (by restriction)
Sub-types:
Content
  • Base XSD Type: string
  • length <= 30

Schema Component Representation

<xsd:simpleType name="TBaseString30">
   <xsd:restriction base="xsd:string">
      <xsd:maxLength value="30"/>
   </xsd:restriction>
</xsd:simpleType>

Simple Type: TBaseString32000

Super-types:xsd:string < TBaseString32000 (by restriction)
Sub-types:
Content
  • Base XSD Type: string
  • length <= 32000

Schema Component Representation

<xsd:simpleType name="TBaseString32000">
   <xsd:restriction base="xsd:string">
      <xsd:maxLength value="32000"/>
   </xsd:restriction>
</xsd:simpleType>

Simple Type: TBaseString40

Super-types:xsd:string < TBaseString40 (by restriction)
Sub-types:
Content
  • Base XSD Type: string
  • length <= 40

Schema Component Representation

<xsd:simpleType name="TBaseString40">
   <xsd:restriction base="xsd:string">
      <xsd:maxLength value="40"/>
   </xsd:restriction>
</xsd:simpleType>

Simple Type: TBaseString80

Super-types:xsd:string < TBaseString80 (by restriction)
Sub-types:
Content
  • Base XSD Type: string
  • length <= 80

Schema Component Representation

<xsd:simpleType name="TBaseString80">
   <xsd:restriction base="xsd:string">
      <xsd:maxLength value="80"/>
   </xsd:restriction>
</xsd:simpleType>

Simple Type: TCasNumber

Super-types:xsd:string < TCasNumber (by restriction)
Sub-types:None
Content
  • Base XSD Type: string
  • pattern = \d{1,6}-\d{2,2}-\d
  • length <= 11
No documentation provided.

Schema Component Representation

<xsd:simpleType name="TCasNumber">
   <xsd:restriction base="xsd:string">
      <xsd:maxLength value="11"/>
      <xsd:pattern value="\d{1,6}-\d{2,2}-\d"/>
   </xsd:restriction>
</xsd:simpleType>

Simple Type: TCompanyCode

Super-types:xsd:string < TCompanyCode (by restriction)
Sub-types:None
Content
  • Base XSD Type: string
  • length <= 7

Application Data

<isIdentifyingField/>

Schema Component Representation

<xsd:simpleType name="TCompanyCode">
   <xsd:restriction base="xsd:string">
      <xsd:maxLength value="7"/>
   </xsd:restriction>
</xsd:simpleType>

Simple Type: TFloatNumber

Super-types:xsd:double < TFloatNumber (by restriction)
Sub-types:None
Content
  • Base XSD Type: double

Schema Component Representation

<xsd:simpleType name="TFloatNumber">
   <xsd:restriction base="xsd:double"/>
</xsd:simpleType>

Simple Type: TPercent

Super-types:xsd:float < TPercent (by restriction)
Sub-types:None
Content
  • Base XSD Type: float

Schema Component Representation

<xsd:simpleType name="TPercent">
   <xsd:restriction base="xsd:float"/>
</xsd:simpleType>

Simple Type: TUuid

Super-types:xsd:string < TUuid (by restriction)
Sub-types:None
Content
  • Base XSD Type: string
  • length = 36
No documentation provided.

Schema Component Representation

<xsd:simpleType name="TUuid">
   <xsd:restriction base="xsd:string">
      <xsd:length value="36"/>
   </xsd:restriction>
</xsd:simpleType>

Simple Type: TVariableName

Super-types:xsd:string < TVariableName (by restriction)
Sub-types:None
Content
  • Base XSD Type: string
  • pattern = \w\S*
  • length <= 40
No documentation provided.

Schema Component Representation

<xsd:simpleType name="TVariableName">
   <xsd:restriction base="xsd:string">
      <xsd:maxLength value="40"/>
      <xsd:pattern value="\w\S*"/>
   </xsd:restriction>
</xsd:simpleType>

Glossary

Abstract (Applies to complex type definitions and element declarations). An abstract element or complex type cannot used to validate an element instance. If there is a reference to an abstract element, only element declarations that can substitute the abstract element can be used to validate the instance. For references to abstract type definitions, only derived types can be used.

All Model Group Child elements can be provided in any order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-all.

Choice Model Group Only one from the list of child elements and model groups can be provided in instances. See: http://www.w3.org/TR/xmlschema-1/#element-choice.

Collapse Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32). Then, collapse contiguous sequences of space characters into single space character, and remove leading and trailing space characters.

Disallowed Substitutions (Applies to element declarations). If substitution is specified, then substitution group members cannot be used in place of the given element declaration to validate element instances. If derivation methods, e.g. extension, restriction, are specified, then the given element declaration will not validate element instances that have types derived from the element declaration's type using the specified derivation methods. Normally, element instances can override their declaration's type by specifying an xsi:type attribute.

Key Constraint Like Uniqueness Constraint, but additionally requires that the specified value(s) must be provided. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

Key Reference Constraint Ensures that the specified value(s) must match value(s) from a Key Constraint or Uniqueness Constraint. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.

Model Group Groups together element content, specifying the order in which the element content can occur and the number of times the group of element content may be repeated. See: http://www.w3.org/TR/xmlschema-1/#Model_Groups.

Nillable (Applies to element declarations). If an element declaration is nillable, instances can use the xsi:nil attribute. The xsi:nil attribute is the boolean attribute, nil, from the http://www.w3.org/2001/XMLSchema-instance namespace. If an element instance has an xsi:nil attribute set to true, it can be left empty, even though its element declaration may have required content.

Notation A notation is used to identify the format of a piece of data. Values of elements and attributes that are of type, NOTATION, must come from the names of declared notations. See: http://www.w3.org/TR/xmlschema-1/#cNotation_Declarations.

Preserve Whitespace Policy Preserve whitespaces exactly as they appear in instances.

Prohibited Derivations (Applies to type definitions). Derivation methods that cannot be used to create sub-types from a given type definition.

Prohibited Substitutions (Applies to complex type definitions). Prevents sub-types that have been derived using the specified derivation methods from validating element instances in place of the given type definition.

Replace Whitespace Policy Replace tab, line feed, and carriage return characters with space character (Unicode character 32).

Sequence Model Group Child elements and model groups must be provided in the specified order in instances. See: http://www.w3.org/TR/xmlschema-1/#element-sequence.

Substitution Group Elements that are members of a substitution group can be used wherever the head element of the substitution group is referenced.

Substitution Group Exclusions (Applies to element declarations). Prohibits element declarations from nominating themselves as being able to substitute a given element declaration, if they have types that are derived from the original element's type using the specified derivation methods.

Target Namespace The target namespace identifies the namespace that components in this schema belongs to. If no target namespace is provided, then the schema components do not belong to any namespace.

Uniqueness Constraint Ensures uniqueness of an element/attribute value, or a combination of values, within a specified scope. See: http://www.w3.org/TR/xmlschema-1/#cIdentity-constraint_Definitions.