<xs:attributeGroup xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="AccountCredentialsGroup">
<xs:attribute name="AccountName" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>User name or Service Account Name (for example, MyMachine\JohnDoe or John.Doe@department.contoso.com).</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Password" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>Password for the user account.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
Detail atribut
AccountName
Nama pengguna atau Nama Akun Layanan (misalnya, MyMachine\JohnDoe atau John.Doe@department.contoso.com).
Atribut
Nilai
nama
AccountName
jenis
xs:string
Gunakan
opsional
Sumber XML
<xs:attribute xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="AccountName" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>User name or Service Account Name (for example, MyMachine\JohnDoe or John.Doe@department.contoso.com).</xs:documentation>
</xs:annotation>
</xs:attribute>
Kata sandi
Kata sandi untuk akun pengguna.
Atribut
Nilai
nama
Kata sandi
jenis
xs:string
Gunakan
opsional
Sumber XML
<xs:attribute xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Password" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation>Password for the user account.</xs:documentation>
</xs:annotation>
</xs:attribute>
Atribut ApplicationInstanceAttrGroupGroup
Grup atribut untuk contoh aplikasi.
Atribut
Nilai
konten
2 atribut(s)
nama
AplikasiInstanceAttrGroup
Sumber XML
<xs:attributeGroup xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ApplicationInstanceAttrGroup">
<xs:annotation>
<xs:documentation>Attribute group for application instance.</xs:documentation>
</xs:annotation>
<xs:attribute name="NameUri" type="FabricUri" use="required">
<xs:annotation>
<xs:documentation>Fully qualified name of the application.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ApplicationId" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>Id of this application.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
Detail atribut
NameUri
Nama aplikasi yang sepenuhnya memenuhi syarat.
Atribut
Nilai
nama
NameUri
jenis
FabricUri
Gunakan
wajib diisi
Sumber XML
<xs:attribute xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="NameUri" type="FabricUri" use="required">
<xs:annotation>
<xs:documentation>Fully qualified name of the application.</xs:documentation>
</xs:annotation>
</xs:attribute>
ApplicationId
ID aplikasi ini.
Atribut
Nilai
nama
ApplicationId
jenis
xs:string
Gunakan
wajib diisi
Sumber XML
<xs:attribute xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ApplicationId" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>Id of this application.</xs:documentation>
</xs:annotation>
</xs:attribute>
AplikasiManifestAttrGroup atributGroup
Grup atribut untuk manifes aplikasi.
Atribut
Nilai
konten
3 atribut(s)
nama
ApplicationManifestAttrGroup
Sumber XML
<xs:attributeGroup xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ApplicationManifestAttrGroup">
<xs:annotation>
<xs:documentation>Attribute group for application manifest.</xs:documentation>
</xs:annotation>
<xs:attribute name="ApplicationTypeName" use="required">
<xs:annotation>
<xs:documentation>The type identifier for this application.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="ApplicationTypeVersion" use="required">
<xs:annotation>
<xs:documentation>The version of this application type, an unstructured string.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="ManifestId" use="optional" default="" type="xs:string">
<xs:annotation>
<xs:documentation>The identifier of this application manifest, an unstructured string.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:anyAttribute processContents="skip"/> <!-- Allow unknown attributes to be used. -->
</xs:attributeGroup>
Detail atribut
AplikasiTypeName
Pengidentifikasi jenis untuk aplikasi ini.
Atribut
Nilai
nama
AplikasiTypeName
Gunakan
wajib diisi
Sumber XML
<xs:attribute xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ApplicationTypeName" use="required">
<xs:annotation>
<xs:documentation>The type identifier for this application.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
ApplicationTypeVersion
Versi jenis aplikasi ini, string tidak terstruktur.
Atribut
Nilai
nama
ApplicationTypeVersion
Gunakan
wajib diisi
Sumber XML
<xs:attribute xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ApplicationTypeVersion" use="required">
<xs:annotation>
<xs:documentation>The version of this application type, an unstructured string.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
ManifestId
Pengenal manifes aplikasi ini, string tidak terstruktur.
Atribut
Nilai
nama
ManifestId
Gunakan
opsional
Default
jenis
xs:string
Sumber XML
<xs:attribute xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ManifestId" use="optional" default="" type="xs:string">
<xs:annotation>
<xs:documentation>The identifier of this application manifest, an unstructured string.</xs:documentation>
</xs:annotation>
</xs:attribute>
Atribut ConfigOverridesIdentifierGroup
Mengidentifikasi penggantian konfigurasi untuk paket layanan.
Atribut
Nilai
konten
2 atribut(s)
nama
ConfigOverridesIdentifier
Sumber XML
<xs:attributeGroup xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ConfigOverridesIdentifier">
<xs:annotation>
<xs:documentation>Identifies configuration overrides for a service package.</xs:documentation>
</xs:annotation>
<xs:attribute name="ServicePackageName" type="xs:string" use="required"/>
<xs:attribute name="RolloutVersion" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>ID of the rollout in which changes were made to the overrides element.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
ID peluncuran tempat perubahan dilakukan pada elemen penggantian.
Atribut
Nilai
nama
RolloutVersion
jenis
xs:string
Gunakan
wajib diisi
Sumber XML
<xs:attribute xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="RolloutVersion" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>ID of the rollout in which changes were made to the overrides element.</xs:documentation>
</xs:annotation>
</xs:attribute>
Mendapatkan string koneksi ke akun penyimpanan Format: DefaultEndpointsProtocol=https; Nama Akun=[]; AkunKey=[]
Atribut
Nilai
nama
ConnectionString
jenis
xs:string
Gunakan
wajib diisi
Sumber XML
<xs:attribute xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ConnectionString" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>Connection string to the Azure storage account. Format: DefaultEndpointsProtocol=https;AccountName=[];AccountKey=[]</xs:documentation>
</xs:annotation>
</xs:attribute>
ContainerName attributeGroup
Atribut
Nilai
konten
1 atribut(s)
nama
ContainerName
Sumber XML
<xs:attributeGroup xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ContainerName">
<xs:attribute name="ContainerName" type="xs:string">
<xs:annotation>
<xs:documentation>The name of the container in Azure blob storage where data is uploaded.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
Detail atribut
ContainerName
Nama wadah di penyimpanan blob Azure tempat data diunggah.
Atribut
Nilai
nama
ContainerName
jenis
xs:string
Sumber XML
<xs:attribute xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ContainerName" type="xs:string">
<xs:annotation>
<xs:documentation>The name of the container in Azure blob storage where data is uploaded.</xs:documentation>
</xs:annotation>
</xs:attribute>
Atribut DataDeletionAgeInDaysGroup
Atribut
Nilai
konten
1 atribut(s)
nama
DataDeletionAgeInDays
Sumber XML
<xs:attributeGroup xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="DataDeletionAgeInDays">
<xs:attribute name="DataDeletionAgeInDays" type="xs:string">
<xs:annotation>
<xs:documentation>Number of days after which old data is deleted from this location.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
Detail atribut
DataDeletionAgeInDays
Jumlah hari setelah data lama dihapus dari lokasi ini.
Atribut
Nilai
nama
DataDeletionAgeInDays
jenis
xs:string
Sumber XML
<xs:attribute xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="DataDeletionAgeInDays" type="xs:string">
<xs:annotation>
<xs:documentation>Number of days after which old data is deleted from this location.</xs:documentation>
</xs:annotation>
</xs:attribute>
Atribut IsEnabledGroup
Atribut
Nilai
konten
1 atribut(s)
nama
IsEnabled
Sumber XML
<xs:attributeGroup xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="IsEnabled">
<xs:attribute name="IsEnabled" type="xs:string">
<xs:annotation>
<xs:documentation>Whether or not data transfer to this destination is enabled. By default, it is not enabled.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
Detail atribut
IsEnabled
Apakah transfer data ke tujuan ini diaktifkan atau tidak. Secara default, tidak diaktifkan.
Atribut
Nilai
nama
IsEnabled
jenis
xs:string
Sumber XML
<xs:attribute xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="IsEnabled" type="xs:string">
<xs:annotation>
<xs:documentation>Whether or not data transfer to this destination is enabled. By default, it is not enabled.</xs:documentation>
</xs:annotation>
</xs:attribute>
Atribut LevelFilterGroup
Atribut
Nilai
konten
1 atribut(s)
nama
LevelFilter
Sumber XML
<xs:attributeGroup xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="LevelFilter">
<xs:attribute name="LevelFilter" type="xs:string">
<xs:annotation>
<xs:documentation>Level at which ETW events should be filtered. All events at the same or lower level than the specified level are included.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
Detail atribut
LevelFilter
Tingkat di mana peristiwa ETW harus difilter. Semua acara di tingkat yang sama atau lebih rendah dari tingkat yang ditentukan disertakan.
Atribut
Nilai
nama
LevelFilter
jenis
xs:string
Sumber XML
<xs:attribute xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="LevelFilter" type="xs:string">
<xs:annotation>
<xs:documentation>Level at which ETW events should be filtered. All events at the same or lower level than the specified level are included.</xs:documentation>
</xs:annotation>
</xs:attribute>
Atribut NameValuePairGroup
Nama dan Nilai didefinisikan sebagai atribut.
Atribut
Nilai
konten
2 atribut(s)
nama
NameValuePair
Sumber XML
<xs:attributeGroup xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="NameValuePair">
<xs:annotation>
<xs:documentation>Name and Value defined as an attribute.</xs:documentation>
</xs:annotation>
<xs:attribute name="Name" use="required">
<xs:annotation>
<xs:documentation>The name of the setting to override.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="Value" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>The new value of the setting.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
Detail atribut
Nama
Nama pengaturan yang akan diganti.
Atribut
Nilai
nama
Nama
Gunakan
wajib diisi
Sumber XML
<xs:attribute xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Name" use="required">
<xs:annotation>
<xs:documentation>The name of the setting to override.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
Nilai
Nilai baru pengaturan.
Atribut
Nilai
nama
Nilai
jenis
xs:string
Gunakan
wajib diisi
Sumber XML
<xs:attribute xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Value" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>The new value of the setting.</xs:documentation>
</xs:annotation>
</xs:attribute>
Grup atribut Jalur
Atribut
Nilai
konten
1 atribut(s)
nama
Jalur
Sumber XML
<xs:attributeGroup xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Path">
<xs:attribute name="Path" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>Path to the file share. Format: file:[]</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
Detail atribut
Jalur
Jalur ke berbagi file. Format: file:[]
Atribut
Nilai
nama
Jalur
jenis
xs:string
Gunakan
wajib diisi
Sumber XML
<xs:attribute xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Path" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>Path to the file share. Format: file:[]</xs:documentation>
</xs:annotation>
</xs:attribute>
Atribut RelativeFolderPathGroup
Atribut
Nilai
konten
1 atribut(s)
nama
RelatifFolderPath
Sumber XML
<xs:attributeGroup xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="RelativeFolderPath">
<xs:attribute name="RelativeFolderPath" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>Path to the folder, relative to the application log directory.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
Detail atribut
RelatifFolderPath
Jalur ke folder, sesuai dengan direktori log aplikasi.
Atribut
Nilai
nama
RelatifFolderPath
jenis
xs:string
Gunakan
wajib diisi
Sumber XML
<xs:attribute xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="RelativeFolderPath" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>Path to the folder, relative to the application log directory.</xs:documentation>
</xs:annotation>
</xs:attribute>
Atribut ServiceManifestIdentifierGroup
Mengidentifikasi manifes layanan.
Atribut
Nilai
konten
2 atribut(s)
nama
ServiceManifestIdentifier
Sumber XML
<xs:attributeGroup xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ServiceManifestIdentifier">
<xs:annotation>
<xs:documentation>Identifies a service manifest.</xs:documentation>
</xs:annotation>
<xs:attribute name="ServiceManifestName" use="required">
<xs:annotation>
<xs:documentation>The name of the service manifest this is referenced. The name must match the Name declared in the ServiceManifest element of the service manifest.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="ServiceManifestVersion" use="required">
<xs:annotation>
<xs:documentation>The version of the service manifest that is referenced. The version must match the version declared in the service manifest.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
Detail atribut
ServiceManifestName
Nama manifes layanan ini direferensikan. Nama harus cocok dengan Nama yang dideklarasikan dalam elemen ServiceManifest dari manifes layanan.
Atribut
Nilai
nama
ServiceManifestName
Gunakan
wajib diisi
Sumber XML
<xs:attribute xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ServiceManifestName" use="required">
<xs:annotation>
<xs:documentation>The name of the service manifest this is referenced. The name must match the Name declared in the ServiceManifest element of the service manifest.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
ServiceManifestVersion
Versi manifes layanan yang dirujuk. Versi tersebut harus cocok dengan versi yang dideklarasikan dalam manifes layanan.
Atribut
Nilai
nama
ServiceManifestVersion
Gunakan
wajib diisi
Sumber XML
<xs:attribute xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="ServiceManifestVersion" use="required">
<xs:annotation>
<xs:documentation>The version of the service manifest that is referenced. The version must match the version declared in the service manifest.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
UploadIntervalInMinutes attributeGroup
Atribut
Nilai
konten
1 atribut(s)
nama
UploadIntervalInMinutes
Sumber XML
<xs:attributeGroup xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="UploadIntervalInMinutes">
<xs:attribute name="UploadIntervalInMinutes" type="xs:string">
<xs:annotation>
<xs:documentation>Interval in minutes at which data is uploaded to this destination.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
Detail atribut
UploadIntervalInMinutes
Interval dalam menit di mana data diunggah ke tujuan ini.
Atribut
Nilai
nama
UploadIntervalInMinutes
jenis
xs:string
Sumber XML
<xs:attribute xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="UploadIntervalInMinutes" type="xs:string">
<xs:annotation>
<xs:documentation>Interval in minutes at which data is uploaded to this destination.</xs:documentation>
</xs:annotation>
</xs:attribute>
Atribut VersionedItemAttrGroupGroup
Grup atribut untuk bagian penerapan versi di dokumen ApplicationInstance dan ServicePackage.
Atribut
Nilai
konten
1 atribut(s)
nama
VersiItemAttrGroup
Sumber XML
<xs:attributeGroup xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="VersionedItemAttrGroup">
<xs:annotation>
<xs:documentation>Attribute group for versioning sections in ApplicationInstance and ServicePackage documents.</xs:documentation>
</xs:annotation>
<xs:attribute name="RolloutVersion" type="xs:string" use="required"/>
</xs:attributeGroup>
<xs:attributeGroup xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="VersionedName">
<xs:annotation>
<xs:documentation>Attribute group that includes a Name and a Version.</xs:documentation>
</xs:annotation>
<xs:attribute name="Name" use="required">
<xs:annotation>
<xs:documentation>Name of the versioned item.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="Version" use="required">
<xs:annotation>
<xs:documentation>Version of the versioned item, an unstructured string.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
</xs:attributeGroup>
Detail atribut
Nama
Nama item versi.
Atribut
Nilai
nama
Nama
Gunakan
wajib diisi
Sumber XML
<xs:attribute xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Name" use="required">
<xs:annotation>
<xs:documentation>Name of the versioned item.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
Versi
Versi item versi, string yang tidak terstruktur.
Atribut
Nilai
nama
Versi
Gunakan
wajib diisi
Sumber XML
<xs:attribute xmlns:xs="https://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/2011/01/fabric" name="Version" use="required">
<xs:annotation>
<xs:documentation>Version of the versioned item, an unstructured string.</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>