Showing:

Annotations
Diagrams
Facets
Model
Properties
Source
Used by
Element ComplementaryCurrencyRecord / ComplementaryCurrencyCode
Namespace No namespace
Annotations
Code that indicates a complementary or crypto currency, e.g. XBT, BTC
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_ShortTextType.tmp#ShortTextType
Type ShortTextType
Properties
content simple
minOccurs 1
Facets
maxLength 50
Source
<xs:element minOccurs="1" name="ComplementaryCurrencyCode" type="ShortTextType">
  <xs:annotation>
    <xs:documentation>Code that indicates a complementary or crypto currency, e.g. XBT, BTC</xs:documentation>
  </xs:annotation>
</xs:element>
Element ComplementaryCurrencyRecord / ComplementaryCurrencyUnit
Namespace No namespace
Annotations
Code that indicates the complementary currency unit, e.g. mBTC, sat
Diagram
Diagrame-document-3_1_10_xsd_Simple_Type_ShortTextType.tmp#ShortTextType
Type ShortTextType
Properties
content simple
minOccurs 0
Facets
maxLength 50
Source
<xs:element minOccurs="0" name="ComplementaryCurrencyUnit" type="ShortTextType">
  <xs:annotation>
    <xs:documentation>Code that indicates the complementary currency unit, e.g. mBTC, sat</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type ComplementaryCurrencyRecord
Namespace No namespace
Diagram
Diagrame-document-3_1_10_xsd_Complex_Type_ComplementaryCurrencyRecord.tmp#ComplementaryCurrencyRecord_ComplementaryCurrencyCodee-document-3_1_10_xsd_Complex_Type_ComplementaryCurrencyRecord.tmp#ComplementaryCurrencyRecord_ComplementaryCurrencyUnit
Used by
Model
Children ComplementaryCurrencyCode, ComplementaryCurrencyUnit
Source
<xs:complexType name="ComplementaryCurrencyRecord">
  <xs:sequence>
    <xs:element minOccurs="1" name="ComplementaryCurrencyCode" type="ShortTextType">
      <xs:annotation>
        <xs:documentation>Code that indicates a complementary or crypto currency, e.g. XBT, BTC</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" name="ComplementaryCurrencyUnit" type="ShortTextType">
      <xs:annotation>
        <xs:documentation>Code that indicates the complementary currency unit, e.g. mBTC, sat</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>