RelatedDocumentID

/FundsXML4/ControlData/RelatedDocumentIDs/RelatedDocumentID

Diagram

RelatedDocumentID

Documentation

EN

Text (max. 128 characters)

DE

Text (max. 128 Zeichen)

FR

Texte (max. 128 caractères)

NL

Tekst (max. 128 tekens)

ES

Texto (máx. 128 caracteres)

IT

Testo (max. 128 caratteri)

CS

Text (max. 128 znaků)

HU

Szöveg (max. 128 karakter)

Properties

Type
Text128Type
Cardinality
1..*
Namespace
xs = "http://www.w3.org/2001/XMLSchema"
vc = "http://www.w3.org/2007/XMLSchema-versioning"
xml = "http://www.w3.org/XML/1998/namespace"
altova = "http://www.altova.com/xml-schema-extensions"
ds = "http://www.w3.org/2000/09/xmldsig#"
Level
3
Sample Data
20240830_0002
Restrictions
Base: xs:string
MaxLength: 128

Element Definition

<xs:element xmlns:altova="http://www.altova.com/xml-schema-extensions"
            xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
            xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
            xmlns:xs="http://www.w3.org/2001/XMLSchema"
            maxOccurs="unbounded"
            name="RelatedDocumentID"
            type="Text128Type">
   <xs:annotation>
      <xs:appinfo>
         <altova:exampleValues>
            <altova:example value="20240830_0002"/>
         </altova:exampleValues>
      </xs:appinfo>
   </xs:annotation>
</xs:element>

Referenced Type Definition (Text128Type)

<xs:simpleType xmlns:altova="http://www.altova.com/xml-schema-extensions"
               xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
               xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning"
               xmlns:xs="http://www.w3.org/2001/XMLSchema"
               name="Text128Type">
   <xs:annotation>
      <xs:documentation xml:lang="en">Text (max. 128 characters)</xs:documentation>
      <xs:documentation xml:lang="de">Text (max. 128 Zeichen)</xs:documentation>
      <xs:documentation xml:lang="fr">Texte (max. 128 caractères)</xs:documentation>
      <xs:documentation xml:lang="nl">Tekst (max. 128 tekens)</xs:documentation>
      <xs:documentation xml:lang="es">Texto (máx. 128 caracteres)</xs:documentation>
      <xs:documentation xml:lang="it">Testo (max. 128 caratteri)</xs:documentation>
      <xs:documentation xml:lang="cs">Text (max. 128 znaků)</xs:documentation>
      <xs:documentation xml:lang="hu">Szöveg (max. 128 karakter)</xs:documentation>
   </xs:annotation>
   <xs:restriction base="xs:string">
      <xs:maxLength value="128"/>
   </xs:restriction>
</xs:simpleType>