xdSolutionVersion-typen

Microsoft Office InfoPath

Vis alt Vis alt

xdSolutionVersion-typen

Angir et versjonsnummer.

Type

      xsd:string
    

Fasetter

Navn Beskrivelse
pattern (([0-9]{1,4}.){3}[0-9]{1,4})

Merknader

xdSolutionVersion-typen brukes for attributter i skjemadefinisjonsfilen (.xsf) som angir et versjonsnummer.

Eksempel

Eksemplet nedenfor viser deklarasjonen av xdSolutionVersion-typen:

    <xsd:simpleType name="xdSolutionVersion">
   <xsd:restriction base="xsd:string">
      <xsd:pattern value="(([0-9]{1,4}.){3}[0-9]{1,4})" />
   </xsd:restriction>
</xsd:simpleType>