complexType MoneyType
diagram plmxml_diagrams/plmxml_p400.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AttribOwnerBase
properties
base plm:AttribOwnerBase
children plm:Description plm:ApplicationRef plm:Attribute
used by
element Money
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
attributeRefs  xsd:IDREFS  optional      
value  xsd:decimal  optional      
currency  plm:CurrencyType  optional      
annotation
documentation

      Represents an amount of money in any currency.

      Attributes:

      value:          The amount of money.
      currency:       The 3 (capital) letter currency code according to ISO
                      4217.
     
source <xsd:complexType name="MoneyType">
 
<xsd:annotation>
   
<xsd:documentation>
      Represents an amount of money in any currency.

      Attributes:

      value:          The amount of money.
      currency:       The 3 (capital) letter currency code according to ISO
                      4217.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:attribute name="value" type="xsd:decimal" use="optional"/>
     
<xsd:attribute name="currency" type="plm:CurrencyType" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute MoneyType/@value
type xsd:decimal
properties
use optional
source <xsd:attribute name="value" type="xsd:decimal" use="optional"/>

attribute MoneyType/@currency
type plm:CurrencyType
properties
use optional
facets
Kind Value Annotation
length 3
source <xsd:attribute name="currency" type="plm:CurrencyType" use="optional"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy