diagram | |||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:AttribOwnerBase | ||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute | ||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | xsd:decimal | ||
properties |
|
||
source | <xsd:attribute name="value" type="xsd:decimal" use="optional"/> |
type | plm:CurrencyType | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xsd:attribute name="currency" type="plm:CurrencyType" use="optional"/> |