Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Imported schema WorkingSiteTrade_Product.xsd
Namespace http://standardit.tapio.fi/schemas/workingsitetrade/product
Properties
attribute form default: qualified
element form default: qualified
version: 1.0
Element Product
Namespace http://standardit.tapio.fi/schemas/workingsitetrade/product
Diagram
Diagram index11.tmp#id740 index11.tmp#id731 index11.tmp#id732 index11.tmp#id733 index11.tmp#id734 index11.tmp#id735 index11.tmp#id736 index11.tmp#id737 index11.tmp#id738 index11.tmp#id739 index11.tmp#id730
Type ProductType
Properties
content: complex
Used by
Complex Type ProductsType
Model Code , Caption , Quantity , QuantityUnit , Unit , UnitPrice{0,1} , TotalPrice{0,1} , Currency{0,1} , Description{0,1}
Children Caption, Code, Currency, Description, Quantity, QuantityUnit, TotalPrice, Unit, UnitPrice
Instance
<Product id="">
  <Code>{1,1}</Code>
  <Caption>{1,1}</Caption>
  <Quantity>{1,1}</Quantity>
  <QuantityUnit>{1,1}</QuantityUnit>
  <Unit>{1,1}</Unit>
  <UnitPrice>{0,1}</UnitPrice>
  <TotalPrice>{0,1}</TotalPrice>
  <Currency>{0,1}</Currency>
  <Description>{0,1}</Description>
</Product>
Attributes
QName Type Fixed Default Use Annotation
id xs:string required
Metsänviljelymateriaalin yksilöivä tunnus.
Source
<xs:element name="Product" type="ProductType"/>
Element Code
Namespace http://standardit.tapio.fi/schemas/workingsitetrade/product
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Complex Type ProductType
Source
<xs:element name="Code" type="xs:string"/>
Element Caption
Namespace http://standardit.tapio.fi/schemas/workingsitetrade/product
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Complex Type ProductType
Source
<xs:element name="Caption" type="xs:string"/>
Element Quantity
Namespace http://standardit.tapio.fi/schemas/workingsitetrade/product
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Complex Type ProductType
Source
<xs:element name="Quantity" type="xs:string"/>
Element QuantityUnit
Namespace http://standardit.tapio.fi/schemas/workingsitetrade/product
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Complex Type ProductType
Source
<xs:element name="QuantityUnit" type="xs:string"/>
Element Unit
Namespace http://standardit.tapio.fi/schemas/workingsitetrade/product
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Complex Type ProductType
Source
<xs:element name="Unit" type="xs:string"/>
Element UnitPrice
Namespace http://standardit.tapio.fi/schemas/workingsitetrade/product
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Complex Type ProductType
Source
<xs:element name="UnitPrice" type="xs:string"/>
Element TotalPrice
Namespace http://standardit.tapio.fi/schemas/workingsitetrade/product
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Complex Type ProductType
Source
<xs:element name="TotalPrice" type="xs:string"/>
Element Currency
Namespace http://standardit.tapio.fi/schemas/workingsitetrade/product
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Complex Type ProductType
Source
<xs:element name="Currency" type="xs:string"/>
Element Description
Namespace http://standardit.tapio.fi/schemas/workingsitetrade/product
Diagram
Diagram
Type xs:string
Properties
content: simple
Used by
Complex Type ProductType
Source
<xs:element name="Description" type="xs:string"/>
Complex Type ProductsType
Namespace http://standardit.tapio.fi/schemas/workingsitetrade/product
Annotations
Diagram
Diagram index11.tmp#id729
Used by
Elements Products, Products
Model Product+
Children Product
Source
<xs:complexType name="ProductsType">
  <xs:annotation>
    <xs:documentation xml:lang="fi"/>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en"/>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="Product" minOccurs="1" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>
Complex Type ProductType
Namespace http://standardit.tapio.fi/schemas/workingsitetrade/product
Annotations
Metsänviljelymateriaalien luettelo. Luettelo muista materiaaleista ja aineista esim. sora, murske, kantokäsittelyaine jne.
Diagram
Diagram index11.tmp#id740 index11.tmp#id731 index11.tmp#id732 index11.tmp#id733 index11.tmp#id734 index11.tmp#id735 index11.tmp#id736 index11.tmp#id737 index11.tmp#id738 index11.tmp#id739
Used by
Element Product
Model Code , Caption , Quantity , QuantityUnit , Unit , UnitPrice{0,1} , TotalPrice{0,1} , Currency{0,1} , Description{0,1}
Children Caption, Code, Currency, Description, Quantity, QuantityUnit, TotalPrice, Unit, UnitPrice
Attributes
QName Type Fixed Default Use Annotation
id xs:string required
Metsänviljelymateriaalin yksilöivä tunnus.
Source
<xs:complexType name="ProductType">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Metsänviljelymateriaalien luettelo. Luettelo muista materiaaleista ja aineista esim. sora, murske, kantokäsittelyaine jne.</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en"/>
  </xs:annotation>
  <xs:sequence>
    <xs:element ref="Code" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation xml:lang="fi">Koodi. Merkkijono vai kokonaisluku?</xs:documentation>
        <xs:documentation xml:lang="sv"/>
        <xs:documentation xml:lang="en"/>
      </xs:annotation>
    </xs:element>
    <xs:element ref="Caption" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation xml:lang="fi">Selite. Pitäisikö olla pakollinen?</xs:documentation>
        <xs:documentation xml:lang="sv"/>
        <xs:documentation xml:lang="en"/>
      </xs:annotation>
    </xs:element>
    <xs:element ref="Quantity" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation xml:lang="fi">Määrä. Merkkijono, kokonaisluku vai desimaaliluku?</xs:documentation>
        <xs:documentation xml:lang="sv"/>
        <xs:documentation xml:lang="en"/>
      </xs:annotation>
    </xs:element>
    <xs:element ref="QuantityUnit" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation xml:lang="fi">Määrän yksikkö.</xs:documentation>
        <xs:documentation xml:lang="sv"/>
        <xs:documentation xml:lang="en"/>
      </xs:annotation>
    </xs:element>
    <xs:element ref="Unit" minOccurs="1" maxOccurs="1">
      <xs:annotation>
        <xs:documentation xml:lang="fi">Ensimmäinen versio tyypistä merkkijonona, myöhemmin voidaan ottaa käyttöön yksikkökoodisto.</xs:documentation>
        <xs:documentation xml:lang="sv"/>
        <xs:documentation xml:lang="en"/>
      </xs:annotation>
    </xs:element>
    <xs:element ref="UnitPrice" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation xml:lang="fi">Yksikköhinta.</xs:documentation>
        <xs:documentation xml:lang="sv"/>
        <xs:documentation xml:lang="en"/>
      </xs:annotation>
    </xs:element>
    <xs:element ref="TotalPrice" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation xml:lang="fi">Kokonaishinta.</xs:documentation>
        <xs:documentation xml:lang="sv"/>
        <xs:documentation xml:lang="en"/>
      </xs:annotation>
    </xs:element>
    <xs:element ref="Currency" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation xml:lang="fi">Hinnan yksikkö.</xs:documentation>
        <xs:documentation xml:lang="sv"/>
        <xs:documentation xml:lang="en"/>
      </xs:annotation>
    </xs:element>
    <xs:element ref="Description" minOccurs="0" maxOccurs="1">
      <xs:annotation>
        <xs:documentation xml:lang="fi">Vapaata tekstiä/huomioita.</xs:documentation>
        <xs:documentation xml:lang="sv"/>
        <xs:documentation xml:lang="en">Free text/notifications.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute name="id" type="xs:string" use="required">
    <xs:annotation>
      <xs:documentation xml:lang="fi">Metsänviljelymateriaalin yksilöivä tunnus.</xs:documentation>
      <xs:documentation xml:lang="sv"/>
      <xs:documentation xml:lang="en"/>
    </xs:annotation>
  </xs:attribute>
</xs:complexType>
Attribute ProductType / @id
Namespace http://standardit.tapio.fi/schemas/workingsitetrade/product
Annotations
Metsänviljelymateriaalin yksilöivä tunnus.
Type xs:string
Properties
use: required
Used by
Complex Type ProductType
Source
<xs:attribute name="id" type="xs:string" use="required">
  <xs:annotation>
    <xs:documentation xml:lang="fi">Metsänviljelymateriaalin yksilöivä tunnus.</xs:documentation>
    <xs:documentation xml:lang="sv"/>
    <xs:documentation xml:lang="en"/>
  </xs:annotation>
</xs:attribute>