diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:ManagedBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:BoxBound plm:SphereBound plm:Bound | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="FinancialCodeFormatType"> <xsd:annotation> <xsd:documentation> Financial code type information. Attributes: delimiter: Delimiter for chart of account (COA). segment: Number of segments in chart of account (COA). sequence: The sequence in which the chart of account (COA) segments must appear. type: The type of the chart of account (COA) segments. width: The width of the chart of account (COA) segment. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:ManagedBase"> <xsd:attribute name="delimiter" type="xsd:string" use="required"/> <xsd:attribute name="segment" type="xsd:integer" use="required"/> <xsd:attribute name="sequence" type="xsd:integer" use="required"/> <xsd:attribute name="type" type="xsd:string" use="required"/> <xsd:attribute name="width" type="xsd:integer" use="required"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="delimiter" type="xsd:string" use="required"/> |
type | xsd:integer | ||
properties |
|
||
source | <xsd:attribute name="segment" type="xsd:integer" use="required"/> |
type | xsd:integer | ||
properties |
|
||
source | <xsd:attribute name="sequence" type="xsd:integer" use="required"/> |
type | xsd:string | ||
properties |
|
||
source | <xsd:attribute name="type" type="xsd:string" use="required"/> |
type | xsd:integer | ||
properties |
|
||
source | <xsd:attribute name="width" type="xsd:integer" use="required"/> |