| diagram | ![]() |
||
| namespace | http://impl.platform.rosettahub.com/ | ||
| children | accountId amountUsed creditName | ||
| used by |
|
||
| source | <xsd:complexType name="linkedAccountCredit"> <xsd:sequence> <xsd:element name="accountId" type="xs:string" minOccurs="0"/> <xsd:element name="amountUsed" type="xs:double"/> <xsd:element name="creditName" type="xs:string" minOccurs="0"/> </xsd:sequence> </xsd:complexType> |
| diagram | ![]() |
||||||
| type | xsd:string | ||||||
| properties |
|
||||||
| source | <xsd:element name="accountId" type="xs:string" minOccurs="0"/> |
| diagram | ![]() |
||
| type | xsd:double | ||
| properties |
|
||
| source | <xsd:element name="amountUsed" type="xs:double"/> |
| diagram | ![]() |
||||||
| type | xsd:string | ||||||
| properties |
|
||||||
| source | <xsd:element name="creditName" type="xs:string" minOccurs="0"/> |