Schema Central > OAGIS® 9.4.1 > ClassificationScheme
Advanced search
Need XML Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

ClassificationScheme

Describes the classification scheme as a whole. A Catalog can have one ClassificationScheme associated with it. For example, a classification scheme for inventory management may classify items according to handling characteristics.

See http://www.openapplications.org/oagis/9.

Element information

Namespace: http://www.openapplications.org/oagis/9

Schema document: org_openapplications_oagis/9_4_1/Developer/Nouns/Catalog.xsd

Type: ClassificationSchemeType

Properties: Global, Qualified

Content

Attributes

None

Used in

Sample instance

<ClassificationScheme>
   <ClassificationSchemeID>normalizedString</ClassificationSchemeID>
   <Description>string</Description>
   <Note>string</Note>
   <Classification>
      <Codes>
         <Code>normalizedString</Code>
      </Codes>
      <Description>string</Description>
      <Note>string</Note>
      <UserArea>
         <!--any element-->
      </UserArea>
   </Classification>
   <Property>
      <NameValue name="normalizedString">string</NameValue>
      <Description>string</Description>
      <Note>string</Note>
      <EffectiveTimePeriod>
         <InclusiveIndicator>true</InclusiveIndicator>
         <StartDateTime>2000-01-01</StartDateTime>
         <Duration>P1Y2M3DT10H</Duration>
      </EffectiveTimePeriod>
      <UserArea>
         <!--any element-->
      </UserArea>
   </Property>
   <ClassificationDefinition>
      <Classification>
         <Codes>
         </Codes>
         <Description>string</Description>
         <Note>string</Note>
         <UserArea>
            <!--any element-->
         </UserArea>
      </Classification>
      <Property>
         <NameValue name="normalizedString">string</NameValue>
         <Description>string</Description>
         <Note>string</Note>
         <EffectiveTimePeriod>...
         </EffectiveTimePeriod>
         <UserArea>
            <!--any element-->
         </UserArea>
      </Property>
      <UserArea>
         <!--any element-->
      </UserArea>
   </ClassificationDefinition>
   <UserArea>
      <!--any element-->
   </UserArea>
</ClassificationScheme>

Site developed and hosted by Datypic, Inc.

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