stringプロパティ

mdex:stringプロパティは、文字列を表します。

mdex:stringプロパティは、可変長の文字列を表します。文字は、次のURLにあるW3C XMLドキュメントの説明のとおり、有効なXML文字の仕様に準拠している必要があります。http://www.w3.org/TR/REC-xml/#charsets

mdex:stringは、デフォルトのプロパティ・データ型であることに注意してください。つまり、標準属性の作成時に明示的にプロパティ・タイプを指定しないと、その属性のDgraphレコードのプロパティ・タイプとしてmdex:stringが使用されます。

stringプロパティの収集の例

この例は、レコード割当てにstringプロパティ・タイプを使用する方法を示しています。
<ns:ingestChanges>
<ns:updateRecords>
 <ns:recordSpecifier>FactSalesID='568'</ns:recordSpecifier>
  <ns:addAssignments>  
   <ns1:attribute name="Description" type="mdex:string">winter tights</ns1:attribute>
  </ns:addAssignments>
 </ns:updateRecords>
</ns:ingestChanges>