<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>
Podrobnosti o atributu
AccountName
Uživatelské jméno nebo název účtu služby (například MyMachine\JohnDoe nebo John.Doe@department.contoso.com).
Atribut
Hodnota
name
AccountName
type
xs:string
používat
optional
Zdroj 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>
Heslo
Heslo pro uživatelský účet.
Atribut
Hodnota
name
Heslo
type
xs:string
používat
optional
Zdroj 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>
ApplicationInstanceAttrGroup attributeGroup
Skupina atributů pro instanci aplikace
Atribut
Hodnota
content
2 atributy
name
ApplicationInstanceAttrGroup
Zdroj 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>
Podrobnosti o atributu
Identifikátor NameUri
Plně kvalifikovaný název aplikace.
Atribut
Hodnota
name
Identifikátor NameUri
type
Identifikátor FabricURI
používat
povinné
Zdroj 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 této aplikace.
Atribut
Hodnota
name
ApplicationId
type
xs:string
používat
povinné
Zdroj 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>
ApplicationManifestAttrGroup attributeGroup
Skupina atributů pro manifest aplikace
Atribut
Hodnota
content
3 atributy
name
ApplicationManifestAttrGroup
Zdroj 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>
Podrobnosti o atributu
ApplicationTypeName
Identifikátor typu pro tuto aplikaci.
Atribut
Hodnota
name
ApplicationTypeName
používat
povinné
Zdroj 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
Verze tohoto typu aplikace, nestrukturovaný řetězec.
Atribut
Hodnota
name
ApplicationTypeVersion
používat
povinné
Zdroj 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>
Id manifestu
Identifikátor tohoto manifestu aplikace, nestrukturovaný řetězec.
Atribut
Hodnota
name
Id manifestu
používat
optional
default
type
xs:string
Zdroj 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>
ConfigOverridesIdentifier attributeGroup
Identifikuje přepsání konfigurace pro balíček služby.
Atribut
Hodnota
content
2 atributy
name
ConfigOverridesIdentifier
Zdroj 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 zavedení, ve kterém byly provedeny změny v elementu overrides.
Atribut
Hodnota
name
RolloutVersion
type
xs:string
používat
povinné
Zdroj 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>
Připojovací řetězec k účtu úložiště Azure. Formát: DefaultEndpointsProtocol=https; AccountName=[]; AccountKey=[]
Atribut
Hodnota
name
ConnectionString
type
xs:string
používat
povinné
Zdroj 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
Hodnota
content
1 atributů
name
ContainerName
Zdroj 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>
Podrobnosti o atributu
ContainerName
Název kontejneru v úložišti objektů blob v Azure, kde se nahrají data.
Atribut
Hodnota
name
ContainerName
type
xs:string
Zdroj 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>
DataDeletionAgeInDays attributeGroup
Atribut
Hodnota
content
1 atributů
name
DataDeletionAgeInDays
Zdroj 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>
Podrobnosti o atributu
DataDeletionAgeInDays
Počet dnů po odstranění starých dat z tohoto umístění
Atribut
Hodnota
name
DataDeletionAgeInDays
type
xs:string
Zdroj 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>
IsEnabled attributeGroup
Atribut
Hodnota
content
1 atributů
name
IsEnabled
Zdroj 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>
Podrobnosti o atributu
IsEnabled
Určuje, jestli je povolený přenos dat do tohoto cíle. Ve výchozím nastavení není povolená.
Atribut
Hodnota
name
IsEnabled
type
xs:string
Zdroj 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>
LevelFilter attributeGroup
Atribut
Hodnota
content
1 atributů
name
LevelFilter
Zdroj 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>
Podrobnosti o atributu
LevelFilter
Úroveň, na které se mají filtrovat události Trasování událostí pro Windows. Všechny události na stejné nebo nižší úrovni, než je zadaná úroveň, jsou zahrnuty.
Atribut
Hodnota
name
LevelFilter
type
xs:string
Zdroj 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>
NameValuePair attributeGroup
Název a hodnota definované jako atribut
Atribut
Hodnota
content
2 atributy
name
NameValuePair
Zdroj 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>
Podrobnosti o atributu
Název
Název nastavení, které se má přepsat.
Atribut
Hodnota
name
Název
používat
povinné
Zdroj 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>
Hodnota
Nová hodnota nastavení.
Atribut
Hodnota
name
Hodnota
type
xs:string
používat
povinné
Zdroj 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>
Path attributeGroup
Atribut
Hodnota
content
1 atributů
name
Cesta
Zdroj 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>
Podrobnosti o atributu
Cesta
Cesta ke sdílené složce Formát: soubor:[]
Atribut
Hodnota
name
Cesta
type
xs:string
používat
povinné
Zdroj 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>
RelativeFolderPath attributeGroup
Atribut
Hodnota
content
1 atributů
name
RelativeFolderPath
Zdroj 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>
Podrobnosti o atributu
RelativeFolderPath
Cesta ke složce vzhledem k adresáři protokolu aplikace.
Atribut
Hodnota
name
RelativeFolderPath
type
xs:string
používat
povinné
Zdroj 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>
ServiceManifestIdentifier attributeGroup
Identifikuje manifest služby.
Atribut
Hodnota
content
2 atributy
name
ServiceManifestIdentifier
Zdroj 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>
Podrobnosti o atributu
ServiceManifestName
Na název manifestu služby se odkazuje. Název se musí shodovat s názvem deklarovaným v elementu ServiceManifest manifestu služby.
Atribut
Hodnota
name
ServiceManifestName
používat
povinné
Zdroj 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
Verze manifestu služby, na který se odkazuje. Verze se musí shodovat s verzí deklarovanou v manifestu služby.
Atribut
Hodnota
name
ServiceManifestVersion
používat
povinné
Zdroj 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
Hodnota
content
1 atributů
name
UploadIntervalInMinutes
Zdroj 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>
Podrobnosti o atributu
UploadIntervalInMinutes
Interval v minutách, kdy se data nahrají do tohoto cíle.
Atribut
Hodnota
name
UploadIntervalInMinutes
type
xs:string
Zdroj 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>
VersionedItemAttrGroup attributeGroup
Skupina atributů pro oddíly správy verzí v dokumentech ApplicationInstance a ServicePackage
Atribut
Hodnota
content
1 atributů
name
VersionedItemAttrGroup
Zdroj 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>
Podrobnosti o atributu
Název
Název položky s verzí
Atribut
Hodnota
name
Název
používat
povinné
Zdroj 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>
Verze
Verze verze položky, nestrukturovaný řetězec.
Atribut
Hodnota
name
Verze
používat
povinné
Zdroj 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>