ServiceScheduler
azure-19/Item/General/ServiceScheduler
include('azure-19/Item/General/ServiceScheduler')
Illustration | ServiceScheduler | ServiceSchedulerCard | ServiceSchedulerGroup |
---|---|---|---|
Sprites
The item provides the following sriptes:
<$ServiceSchedulerXs>
<$ServiceSchedulerSm>
<$ServiceSchedulerMd>
<$ServiceSchedulerLg>
ServiceScheduler
Load remotely
@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"
' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml
' loads the package bootstrap
include('azure-19/bootstrap')
' loads the Item which embeds the element ServiceScheduler
include('azure-19/Item/General/ServiceScheduler')
' renders the element
ServiceScheduler('ServiceScheduler', 'Service Scheduler', 'an optional tech label', 'an optional description')
@enduml
Load locally
@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../../.."
' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml
' loads the package bootstrap
include('azure-19/bootstrap')
' loads the Item which embeds the element ServiceScheduler
include('azure-19/Item/General/ServiceScheduler')
' renders the element
ServiceScheduler('ServiceScheduler', 'Service Scheduler', 'an optional tech label', 'an optional description')
@enduml
ServiceSchedulerCard
Load remotely
@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"
' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml
' loads the package bootstrap
include('azure-19/bootstrap')
' loads the Item which embeds the element ServiceSchedulerCard
include('azure-19/Item/General/ServiceScheduler')
' renders the element
ServiceSchedulerCard('ServiceSchedulerCard', 'Service Scheduler Card', 'an optional description')
@enduml
Load locally
@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../../.."
' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml
' loads the package bootstrap
include('azure-19/bootstrap')
' loads the Item which embeds the element ServiceSchedulerCard
include('azure-19/Item/General/ServiceScheduler')
' renders the element
ServiceSchedulerCard('ServiceSchedulerCard', 'Service Scheduler Card', 'an optional description')
@enduml
ServiceSchedulerGroup
Load remotely
@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"
' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml
' loads the package bootstrap
include('azure-19/bootstrap')
' loads the Item which embeds the element ServiceSchedulerGroup
include('azure-19/Item/General/ServiceScheduler')
' renders the element
ServiceSchedulerGroup('ServiceSchedulerGroup', 'Service Scheduler Group', 'an optional tech label') {
note as note
the content of the group
end note
}
@enduml
Load locally
@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../../.."
' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml
' loads the package bootstrap
include('azure-19/bootstrap')
' loads the Item which embeds the element ServiceSchedulerGroup
include('azure-19/Item/General/ServiceScheduler')
' renders the element
ServiceSchedulerGroup('ServiceSchedulerGroup', 'Service Scheduler Group', 'an optional tech label') {
note as note
the content of the group
end note
}
@enduml