Namespace: |
|
Defined: |
globally in hsdl.xsd; see XML source |
Used: |
at 2 locations |
Simple Content Model |
"true" |
Type Derivation Tree
xsd:string (restriction)
![]() |
Derivation: |
restriction of xsd:string
|
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
This attribute specifies that, if an
</xsd:documentation>
<b>xdb:blue</b>
item is created during an insert
or replace operation, and an ID would normally be generated, the ID specified in the request content should be used instead of having .NET My Services generate an ID. Applications using this option must ensure that they are properly generating unique IDs in the form of UUIDs. They must also ensure that they do not assign the same ID to multiple <b>xdb:blue</b>
items; this can happen if the insert
<b>select</b>
attribute selects multiple
nodes. <xsd:restriction base="xsd:string">
<xsd:enumeration value="true"/>
</xsd:restriction>
</xsd:simpleType>
|